If you are experiencing problems with "Everything", post here for assistance.
-
xwxw
- Posts: 2
- Joined: Mon Feb 25, 2019 3:59 am
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
......
Is there anything, that can fix this problem?
-
void
- Developer
- Posts: 19903
- Joined: Fri Oct 16, 2009 11:31 pm
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
Post
by xwxw »
in the next major version of Everything.
When it's gonna be?

-
void
- Developer
- Posts: 19903
- Joined: Fri Oct 16, 2009 11:31 pm
Post
by void »
I don't have a release date yet, sorry.