2
Natural sort order
Source: directus/directus#24890 · opened by @Xinnerpeace
Describe the Improvement
Currently Directus has Alphabetical sorting. It would be nice to improve to Natural sorting.
> - Alphabetical sorting:
> z11
> z2
>
> - Natural sorting:
> z2
> z11
>
> - In computing, natural sort order (or natural sorting) is the ordering of strings in alphabetical order, except that multi-digit numbers are treated atomically, i.e., as if they were a single character. Natural sort order has been promoted as being more human-friendly ("natural") than machine-oriented, pure alphabetical sort order.
>
> - For example, in alphabetical sorting, "z11" would be sorted before "z2" because the "1" in the first string is sorted as smaller than "2", while in natural sorting "z2" is sorted before "z11" because "2" is treated as smaller than "11".
[Natural sorting page-Wikipedia](
Currently Directus has Alphabetical sorting. It would be nice to improve to Natural sorting.
> - Alphabetical sorting:
> z11
> z2
>
> - Natural sorting:
> z2
> z11
>
> - In computing, natural sort order (or natural sorting) is the ordering of strings in alphabetical order, except that multi-digit numbers are treated atomically, i.e., as if they were a single character. Natural sort order has been promoted as being more human-friendly ("natural") than machine-oriented, pure alphabetical sort order.
>
> - For example, in alphabetical sorting, "z11" would be sorted before "z2" because the "1" in the first string is sorted as smaller than "2", while in natural sorting "z2" is sorted before "z11" because "2" is treated as smaller than "11".
[Natural sorting page-Wikipedia](
No pledges yet. Be the first to back this.
Comments
Similar requests
Sorting by Name in SQLite3 Database Is Case-Sensitive and Not Working as Expected
0 votes · 0 comments
Specify sort by field on one to many field
8 votes · 0 comments
Allow Custom Order of Bookmarks
39 votes · 0 comments
Multiple Sort on O2M interface
4 votes · 0 comments
Allow manually setting the order in the collection chooser dropdown in the builder interface
1 vote · 0 comments
No comments yet.