Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sorting with accents #144

Closed
mregnauld opened this issue Mar 27, 2019 · 2 comments
Closed

Sorting with accents #144

mregnauld opened this issue Mar 27, 2019 · 2 comments
Assignees
Milestone

Comments

@mregnauld
Copy link

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.

@anidotnet anidotnet self-assigned this Mar 28, 2019
@anidotnet anidotnet added this to the 3.3.0 milestone Mar 28, 2019
anidotnet added a commit that referenced this issue Mar 28, 2019
@anidotnet
Copy link
Contributor

You can test now in latest snap shot version - 3.3.0-SNAPSHOT

@mregnauld
Copy link
Author

I'll do that. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants