- This topic has 1 reply, 2 voices, and was last updated 5 years, 5 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Tagged: sorting order
Hello There.
Im very happy with your plugin. I have an issue though.
I have a dropdown to filter with. And the options in this dropdown is set to alphabetic.
The letters order in danish is:
A B C D E F G H I J K L M N O P Q R S T U V X Y Z Æ Ø Å
But my list starts with
Åparken (This should be last)
ASylgade (This should be first)
Frederiksgade (correct)
J. C. Stillingsvej (Correct)
Østerbro (These are listed as the letter O, but should be near last)
Østertorv (These are listed as the letter O, but should be near last)
Resenlund
Sallinggade
etc
Can you please help me?
We do not determine the sort order or placement of international characters in the sort. That is handled by your server mySQL database collation setting.
You should choose (in your server settings) one suited to your language, otherwise the sort order may well be wrong for any accented characters. You can see what it is using if you use a hosting database management tool, like PHPmyAdmin or Adminer (or whatever your host provides for you).