Found a bug in "Everything"? report it here
-
UZQueen
- Posts: 5
- Joined: Sun Apr 07, 2024 10:12 am
Post
by UZQueen »
Unable to correctly retrieve / for full-width characters (ex:The first problem is the inability to correctly index to folders with / in the name )
the sorted function is not right "~" is sorted after "1".
Sorry, my English isn't good.
Thank!
-
void
- Developer
- Posts: 19904
- Joined: Fri Oct 16, 2009 11:31 pm
Post
by void »
Thank you for the bug report.
It's an
absolute path search optimization bug in Everything 1.4.
It will be fixed in
Everything 1.5
For now, please try the following search:
":\123/123"
-Just make sure the path is not absolute -eg: starts with a drive letter + colon (E:)
If you want to match files on the E: only, search for:
e: ":\123/123"
~ will appear above 1 and 2 in
Everything 1.5.
-
UZQueen
- Posts: 5
- Joined: Sun Apr 07, 2024 10:12 am
Post
by UZQueen »
OK! Thanks for your answer!