Sorting method - integers as strings.

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
xwxw
Posts: 2
Joined: Mon Feb 25, 2019 3:59 am

Sorting method - integers as strings.

Post by xwxw »

When I sort by "Path", it sorts integer results by ... comparing as strings.

And it becomes:

1
10
11
12
13
14
......


----------------------------

What I expect:

1
2
3
4
5
6
......





Image


Is there anything, that can fix this problem?
void
Developer
Posts: 15279
Joined: Fri Oct 16, 2009 11:31 pm

Re: Sorting method - integers as strings.

Post by void »

This is called natural sort.

Natural sort will be available in the next major version of Everything.
Currently, Everything uses Alphabetical sorting.
xwxw
Posts: 2
Joined: Mon Feb 25, 2019 3:59 am

Re: Sorting method - integers as strings.

Post by xwxw »

in the next major version of Everything.
When it's gonna be? ;)
void
Developer
Posts: 15279
Joined: Fri Oct 16, 2009 11:31 pm

Re: Sorting method - integers as strings.

Post by void »

I don't have a release date yet, sorry.
Post Reply