Feature request: Natural sorting #1446
amigo70707
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
TanStack DB currently does not support natural sorting
Current behavior:
When sorting a list of strings, the result is:
bug1, bug12, bug2
Expected behavior:
bug1, bug2, bug12
Natural sorting (also known as "human sorting") should order strings containing numbers in a way that makes more sense to humans.
Beta Was this translation helpful? Give feedback.
All reactions