I am running Everything 1.5.0.1418b (x64) and am trying to achieve a dual column sort: Size (Descending) as primary, and Date Modified/Created (Descending) as secondary. My goal is to find my largest MP4 files and have the newest ones show on top within those size groups.
However, neither the UI interactions, the Advanced Sort menu, nor the search bar functions are successfully executing this dual sort.
What I have tried:
- Advanced Sort Dialog: Setting Sort by: Size (Descending) and Then by: Date Created (Descending) as shown in my attached screenshot. It does not apply to the search results.
Search Bar Syntax: I've tried passing sort:size-descending secondary-sort:"date modified" secondary-sort-descending: as well as variations using sort:size-desc and sort-secondary:. The secondary sort parameter appears to be ignored entirely.
Index Settings: I have verified that "Fast date modified sort" and "Fast size sort" are both enabled under Tools -> Options -> Indexes.
Is this a known limitation with size/date secondary indexing in current 1.5 alpha builds, or is there a specific INI/Advanced configuration required to break this structural lock?
Thank you!