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

Text fields that contain international characters are sorted to the end #6719

Open
truumahn opened this issue Jun 11, 2024 · 0 comments · May be fixed by #6923
Open

Text fields that contain international characters are sorted to the end #6719

truumahn opened this issue Jun 11, 2024 · 0 comments · May be fixed by #6923
Assignees

Comments

@truumahn
Copy link

Link to reproduction

No response

Describe the Bug

Hi, I'm developing a localized site where titles contain accented characters. Using sort with Rest API doesn't take into consideration the international characters. I'm also adding the locale to the request but it doesn't make any difference, any title beginning with a special character is sorted to the end.

I can imagine this can be configured to work but it might be missing in the documentation.

To Reproduce

Create a localized site add characters like "Á" to the beginning of text fields then try sorting it. Example: https://zalaszanto.hu/kozelet/intezmenyek

As you can see "Állatorvos" is sorted to the end.

This is how the endpoint is queried: http://[backend-origin]/api/[collection]?sort=title&locale=hu

Payload Version

2.14.2

Adapters and Plugins

mongodb

@truumahn truumahn added the status: needs-triage Possible bug which hasn't been reproduced yet label Jun 11, 2024
@github-actions github-actions bot removed the status: needs-triage Possible bug which hasn't been reproduced yet label Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants