secondary sort sorts by file location rather than the overall result
secondary sort sorts by file location rather than the overall result
On a related question, I tried using advanced (or secondary) sort, but I notice that the secondary sort sorts by file location rather than the overall result.
What I mean by that is that I normally have sorting set by date. I would like a secondary sort by size, but the size is sorted by the location of the file rather than the largest to smallest size.
Is there a way to make the secondary sort give the size not sorted by directory location?
Hope that makes some sort of sense.
What I mean by that is that I normally have sorting set by date. I would like a secondary sort by size, but the size is sorted by the location of the file rather than the largest to smallest size.
Is there a way to make the secondary sort give the size not sorted by directory location?
Hope that makes some sort of sense.
Last edited by void on Sun Jun 19, 2022 12:10 am, edited 1 time in total.
Reason: moved from https://www.voidtools.com/forum/viewtopic.php?f=5&t=11683
Reason: moved from https://www.voidtools.com/forum/viewtopic.php?f=5&t=11683
Re: Why folders and files are always seperated in the result
See if test version 1.5 alpha responds the way you would like it to.
Re: Why folders and files are always seperated in the result
No, I use 1.5, it doesn't appear to work
Re: secondary sort sorts by file location rather than the overall result
Timestamps are essentially unique.
The secondary sort will mostly be ignored when the primary sort is a date.
Please try advanced sorting by:
Day Modified (not Date Modified) then
Size
The secondary sort will mostly be ignored when the primary sort is a date.
Please try advanced sorting by:
Day Modified (not Date Modified) then
Size
Re: secondary sort sorts by file location rather than the overall result
Thanks, I'm trying it out now...I'm having the same problem as I had (before adjusting) when using my other instance of Everything, that the cancel current sort box keeps popping up.
Are there advantages of using day modified/created over date modified/created?
Are there advantages of using day modified/created over date modified/created?
Re: secondary sort sorts by file location rather than the overall result
There's a disadvantage because day modified/day created are not usually indexed so Everything will go to disk for this information.
This is most likely causing the cancel/wait dialog.
This is most likely causing the cancel/wait dialog.
Re: secondary sort sorts by file location rather than the overall result
I think, because of the time it takes to sort, day modified/created may be a bit too impractical to use.
The problem with the dialogue box is that it doesn't just pop up when using Everything but every time I click on anything else.
The problem with the dialogue box is that it doesn't just pop up when using Everything but every time I click on anything else.
Re: secondary sort sorts by file location rather than the overall result
I'm looking into using the indexed date modified information for day modified.
Fow now, please consider specifying a date modified range for improved performance.
For example:
dm:thismonth sort:day-modified;size
Use a fast sort to avoid the cancel/wait dialog.
The next alpha update will remove blocking requests when losing focus.
Fow now, please consider specifying a date modified range for improved performance.
For example:
dm:thismonth sort:day-modified;size
Use a fast sort to avoid the cancel/wait dialog.
The next alpha update will remove blocking requests when losing focus.
Re: secondary sort sorts by file location rather than the overall result
Thanks, I'm already using file sort but I still keep running into the problem of the dialogue box popping up all the time.
Re: secondary sort sorts by file location rather than the overall result
Could you please send some debug output:
- Right click your Everything shortcut and click Properties.
- Add -debug-log to the shortcut target, for example:
Everything.exe -debug-log
The next time you start this instance, could you please:
---wait for the Cancel current query dialog---
From the Tools menu, under the Debug submenu, click Stop Debug Logging.
---this will open your Everything Debug Log.txt in Notepad---
Could you please send this file to support@voidtools.com
- Right click your Everything shortcut and click Properties.
- Remove -debug-log to the shortcut target.
Re: secondary sort sorts by file location rather than the overall result
Everything 1.5.0.1316a improves a lot of blocking requests.
Please let me know if you are still seeing the cancel/wait dialog.
Using the day modified from the indexed date modified property is still on my TODO list.
Please let me know if you are still seeing the cancel/wait dialog.
Using the day modified from the indexed date modified property is still on my TODO list.