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 I use FindOptions.sort("myField", SortOrder.Ascending), I got the results with the correct sorting, for example: Apple, Orange, Pineapple.
But when I do the same with an accent in myField (for example: Ôrange), I got the following result: Apple, Pineapple, Ôrange, while I would expect: Apple, Ôrange, Pineapple.
It doesn't look like it's technically a bug, but it could be a nice improvement, especially for non english users.
The text was updated successfully, but these errors were encountered:
When I use
FindOptions.sort("myField", SortOrder.Ascending)
, I got the results with the correct sorting, for example: Apple, Orange, Pineapple.But when I do the same with an accent in
myField
(for example: Ôrange), I got the following result: Apple, Pineapple, Ôrange, while I would expect: Apple, Ôrange, Pineapple.It doesn't look like it's technically a bug, but it could be a nice improvement, especially for non english users.
The text was updated successfully, but these errors were encountered: