Unable to index and sort correctly

Found a bug in "Everything"? report it here
Post Reply
UZQueen
Posts: 2
Joined: Sun Apr 07, 2024 10:12 am

Unable to index and sort correctly

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 )
Image


the sorted function is not right "~" is sorted after "1".
Image


Sorry, my English isn't good.
Thank!
void
Developer
Posts: 15384
Joined: Fri Oct 16, 2009 11:31 pm

Re: Unable to index and sort correctly

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: 2
Joined: Sun Apr 07, 2024 10:12 am

Re: Unable to index and sort correctly

Post by UZQueen »

OK! Thanks for your answer!
Post Reply