-
-
Notifications
You must be signed in to change notification settings - Fork 270
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
Wrong sorting order in models tree #1051
Comments
This is expected behaviour and can't be changed. Text comparison is based on the Java Collator class. This provides lexical comparison based on locale to account for characters like accents. |
As I explained, in Java sorting is done by the Collator class. If you wish, as Archi is open source, you can provide your own solution. |
For reference - https://github.com/farbodsafaei/alphanumeric-comparator |
I'll keep the issue open. There are third-party implementations of an AlphaNumericComparator such as the link in the previous comment but I don't know what the impact is in performance. The implementation needs to support |
Version of Archi
5.2.0.202311011021 silicon mac
Archi Plug-ins
yep
Operating System
mac silicon
Expected Behaviour
alphanumeric sorting
Actual Behaviour
character sorting
Steps to Reproduce the Behaviour
The text was updated successfully, but these errors were encountered: