You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Currently, it looks like model names are sorted solely as strings. It'd be nice if numbers were sorted as ints. Right now 14Kakuna sorts after 149dragonite (or if there was a way to mass add leading 0s).
To Reproduce
Steps to reproduce the behavior:
Make a model named 14Kakuna and 149dragonite.
See that Kakuna sorts before dragonite.
Expected behavior
14Kakuna sorts before 149dragonite.
The text was updated successfully, but these errors were encountered:
Changing to feature rather than bug, but yes, I agree, that's a good shout. At the moment all sorting is done by the database, I wonder if there's a way we can make it numeral-aware...
Describe the bug
Currently, it looks like model names are sorted solely as strings. It'd be nice if numbers were sorted as ints. Right now 14Kakuna sorts after 149dragonite (or if there was a way to mass add leading 0s).
To Reproduce
Steps to reproduce the behavior:
Expected behavior
14Kakuna sorts before 149dragonite.
The text was updated successfully, but these errors were encountered: