Is that a bug or intended behaviour
You can add all kind of columns but everything only keep the sort order if the order is one of few types
For example it keeps the order with the common types(Name,Path,Size,Date Created\Modified,extension...)but for example "Type" and some other,it does not
When you refresh,it resets to sorting by the last sort order it actually keeps the sorting on refresh
Sort by name=>sort by type=>refresh=>it resets to name
Sort by extension=>sort by type=>refresh=>it resets to extension
Maybe a bug with sort order on refresh
Re: Maybe a bug with sort order on refresh
Pretty sure that is intended behavior.it keeps the order with the common types(Name,Path,Size,Date Created\Modified,extension
Or it may be more that only actual indexed columns (or indexed Properties) will retain sort (because doing so on an unindexed column [Property] would be too expensive).
Re: Maybe a bug with sort order on refresh
Everything will only keep 'fast' sorts.
The default fast sorts are: Name, Path, Size and Date modified.
Fast sorting for other basic file properties can be enabled under Tools -> Options -> Indexes.
Fast sorting for all other properties can be enabled under Tools -> Options -> Properties.
Type is the exception.
Type cannot be fast sorted. (technically, it can be with the System.ItemType Windows Property System property)
Changing your search will reset to the last 'fast' sort.
If you want to keep the sort for slow properties (not recommended):
The default fast sorts are: Name, Path, Size and Date modified.
Fast sorting for other basic file properties can be enabled under Tools -> Options -> Indexes.
Fast sorting for all other properties can be enabled under Tools -> Options -> Properties.
Type is the exception.
Type cannot be fast sorted. (technically, it can be with the System.ItemType Windows Property System property)
Changing your search will reset to the last 'fast' sort.
If you want to keep the sort for slow properties (not recommended):
- In Everything 1.5, from the Tools menu, click Options.
- Click the Advanced tab on the left.
- To the right of Show settings containing, search for:
sort - Select: always_keep_sort
- Set the value to: true
- Click OK.