Everything v1. 50.1244a doesn't remember Sort By

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
SuperDude
Posts: 220
Joined: Thu Sep 25, 2014 7:57 pm

Everything v1. 50.1244a doesn't remember Sort By

Post by SuperDude »

As the title says, Everything v1. 5.0.1244a doesn't remember the sort order I choose (Type). If I click on the Type column header, then close the Everything window, the files are sorted by a different sort header the next time I open Everything.
NotNull
Posts: 5257
Joined: Wed May 24, 2017 9:22 pm

Re: Everything v1. 50.1244a doesn't remember Sort By

Post by NotNull »

If you sorted by a column that is not indexed by Everything, on a new strat, Everything will fall back to sorting by an attribute/property that *is* indexed.

Check Menu:Tools > Options > Indexes and Check Menu:Tools > Options > Indexes > Properties to see what is indexed
SuperDude
Posts: 220
Joined: Thu Sep 25, 2014 7:57 pm

Re: Everything v1. 50.1244a doesn't remember Sort By

Post by SuperDude »

Ah, thank you. I had to add the Extension column to get Everything to sort how I wanted. I thought sorting by Type was already built-in?
w64bit
Posts: 233
Joined: Wed Jan 09, 2013 9:06 am

Re: Everything v1. 50.1244a doesn't remember Sort By

Post by w64bit »

Is it possible to set Fast type sort?
void
Developer
Posts: 15322
Joined: Fri Oct 16, 2009 11:31 pm

Re: Everything v1. 50.1244a doesn't remember Sort By

Post by void »

No, Everything does not have an option to index the type information.
Everything does not have an option to index type information or enable fast type sort because Everything only keeps this information for each unique extension (not each file).


An inefficient workaround is to use the Windows Property System System.ItemTypeText property (not recommended):
  • In Everything, from the Tools menu, click Options.
  • Click the Properties tab on the left.
  • Click Add....
  • Select Windows Property System on the left.
  • To the right of Search, type in the following:
    type
  • Select System.ItemTypeText
  • Click OK.
  • Check Fast Sort.
  • Click OK.
To show the System.ItemTypeText / Type column:
  • Right click the result list column header and click Add Columns....
  • Select Windows Property System on the left.
  • To the right of Search, type in the following:
    type
  • Select System.ItemTypeText
  • Click OK.


Alternately, use the Everything Type property and enable always keep sort:
  • In Everything, type in the following search and press ENTER:
    /always_keep_sort=1
  • If successful, always_keep_sort=1 is shown in the statusbar for a few seconds.
  • Now all sorts are treated as fast sorts (even when they are slow)
    -Sorting by Type should still be reasonably quick.
Post Reply