You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a field stores number only, the result of $sort on that field still comes out in alphabetical. e.g. Sort order becomes 1, 100, 2, 20, 3 ... etc.
Where it should be 1,2,3,20,100 etc.
If a field stores number only, the result of $sort on that field still comes out in alphabetical. e.g. Sort order becomes 1, 100, 2, 20, 3 ... etc.
Where it should be 1,2,3,20,100 etc.
We are using SODA 1.0.4.