Code: Select all
exe: <basename:search: | pathpart:search:> <basename:search: | regex:description:"^search:"> !path:<install|setup|update|repair>
and at first I sorted it by Run Count in filter options. Soon after I realized that I wanted the sorting to be a little bit more sophisticated and changed search to this with additional sorting in mind:
Code: Select all
exe: <basename:search: | pathpart:search:> <basename:search: | regex:description:"^search:"> !path:<install|setup|update|repair> sort:filename-length sort-ascending:
I know I could just remove sorting from filter & search, and sort it afterwards (or set one for primary and Shift+left click a column) but doing that everytime or even keeping such columns visible that I wouldn't need for any other purpose but sorting sounds like a hassle to me.
Is there currently a way to perform secondary sorting when setting up a filter? Or would it be possible to have such a feature in the future if it does not exist? Perhaps something like
Code: Select all
sort:"run count" sort-secondary:"filename-length"
Currently using Everything 1.5.0.1266a
Any good suggestions are very much appreciated. Thank you.