Page 1 of 1

Unable to index and sort correctly

Posted: Sun Apr 07, 2024 11:25 am
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!

Re: Unable to index and sort correctly

Posted: Sun Apr 07, 2024 11:29 am
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.

Re: Unable to index and sort correctly

Posted: Sun Apr 07, 2024 12:23 pm
by UZQueen
OK! Thanks for your answer!