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
When using the orderby in a query, the result is wrongly ordered. The result is case sensitive, big letters are sorted before small letters.
For example the big S is ordered before the small a. the order by should ignore the case.