Can Everything be configured to display the search results as follows?:
1st: All matching Word docs.
2nd: All matching pdfs.
3rd: All matching folders.
4th: All etc.
Sorting Files First + Precise File Type Sort
Re: Sorting Files First + Precise File Type Sort
Everything 1.4: No.
Everything 1.5: Yes, with some limitations using custom columns.
This is best done as a filter:
The search can be a little slow.
Folders are currently always shown first.
Support for mixing files and folders when sorting by custom columns is on my TODO list.
Filters can be activated from the Search menu, Filter bar (View -> Filter Bar), Filter sidebar (View -> Filters), right clicking the status bar, filter macro or filter keyboard shortcut.
Filters can be organized from Search menu -> Organize filters.
Everything 1.5: Yes, with some limitations using custom columns.
This is best done as a filter:
- From the Search menu, click Add to filters...
Change the Name to: docx/pdf/folders/other
Change the Search to:Code: Select all
<ext:docx;doc <#param:> a:=1> | <ext:pdf <#param:> a:=2> | <folder: <#param:> a:=3> | <<#param:> a:=4> sort:a-ascending - Click OK.
- Activate your filter from the Search menu.
The search can be a little slow.
Folders are currently always shown first.
Support for mixing files and folders when sorting by custom columns is on my TODO list.
Filters can be activated from the Search menu, Filter bar (View -> Filter Bar), Filter sidebar (View -> Filters), right clicking the status bar, filter macro or filter keyboard shortcut.
Filters can be organized from Search menu -> Organize filters.
Re: Sorting Files First + Precise File Type Sort
This is helpful. Thanks so much for the code.
But are you saying that there's currently no way at all to make the folders appear after other items?
But are you saying that there's currently no way at all to make the folders appear after other items?
Re: Sorting Files First + Precise File Type Sort
No, not yet.But are you saying that there's currently no way at all to make the folders appear after other items?
Everything has two separate databases for files and folders.
Combining them is expensive.
I have only added support for mixing files and folders when sorting by name, path, size and date modified. (where fast sorting is enabled)
Mix files and folders
Re: Sorting Files First + Precise File Type Sort
ok thanks again.
Re: Sorting Files First + Precise File Type Sort
Not quite what you want, but I'm just making a note here:
Everything 1.5.0.1397a adds search functions to shows folders first or last.
To always show folders first, include the following in your search:
To always show folders last, include the following in your search:
To always show folders first when the sort is in ascending order, include the following in your search:
To always show folders first when the sort is in descending order, include the following in your search:
folders-first:
folders-last:
folders-first-ascending:
folders-first-descending:
Everything 1.5.0.1397a adds search functions to shows folders first or last.
To always show folders first, include the following in your search:
folders-first:To always show folders last, include the following in your search:
folders-last:To always show folders first when the sort is in ascending order, include the following in your search:
folders-first-ascending:To always show folders first when the sort is in descending order, include the following in your search:
folders-first-descending:folders-first:
folders-last:
folders-first-ascending:
folders-first-descending: