Closed shello closed 3 years ago
Thanks for the report, I will look into this. It was terribly hard to get the sorting to this point (in all languages) already because I didn't want to include Nintendo's hard-coded string sorting table which would increase the size of the data model significantly.
I deployed a fix for this issue, I hope this solves your problem.
@AeonSake It seems to be consistent with the game sorting now. Thanks a lot!
Describe the bug The website mostly nails down the sorting of items and variations as they're seen in-game, with the exception of names with dashes in them, which the game treats as spaces for the purpose of sorting them in a list.
To Reproduce
Expected behavior The website would ideally follow the same sorting as the game, that is, treating dashes as spaces, and thus "Red-design kitchen mat" would come before "Red message mat", and not after all other "Red *" (without any dash) items.