Path sorting is still broken

Found a bug in "Everything"? report it here
Post Reply
superduck
Posts: 2
Joined: Mon Jun 09, 2014 6:52 am

Path sorting is still broken

Post by superduck »

The changelog states 'fixed an issue with path ordering' but it still does not work

Options / Home / Sort / Path (Ascending) is selected

Open a new search window and the path column is sorted but as soon as you start typing something to search for it automatically sorts the name column

XP SP3
void
Developer
Posts: 16745
Joined: Fri Oct 16, 2009 11:31 pm

Re: Path sorting is still broken

Post by void »

This is the expected behavior.
fixed an issue with path ordering

This fixes an issue with treating a '\' in the path as a null character. It was causing issues with the ordering of paths.

The Everything database is sorted by name internally, so each time you execute a search, Everything must revert back to sorting by name. This is for performance reasons. I have plans to add support for sorting the database by name and path internally in a future release..

If you wish to keep the sort by path, please see:
http://www.voidtools.com/support/everyt ... _keep_sort
Post Reply