Sometimes I search for files such as txt files which have thousands of matches. In cases like this I like to sort by last modified because I'm usually searching for something I've used in the last few months. But when ordering by modified when there's a few thousand matches it really takes its time.
Is there a way to filter out most of the files so I'm only looking at files modified in the last, say, 12 months? Or Jan 2019 onwards, or any kind of date filter?
I'd also like to limit my search to Desktop and Documents. I know how to limit to one of them. Is there a way to search in only two locations, no more, but no less?
Another problem that happens is it starts looking at subfolders. I know files I want are in the Documents folder, but also see results in subfolders within Documents. I'd like to filter those out.
And finally - with some of these commands (such as filtering out subfolders) I know they exist but it involves terms I wont be able to memorize or even understand. Is there a way I can create some kind of shortcut so I dont have to actually memorize anything and it's just automatic? Or a toggle of sorts?
Thanks for any help!
how to do these searches?
Re: how to do these searches?
Use filter to store repetive searches
https://www.voidtools.com/support/every ... g/#filters
and look on the Online help for the search syntax to find how to restrict your results.
https://www.voidtools.com/support/everything/
After that you can come back with specific questions if any
https://www.voidtools.com/support/every ... g/#filters
and look on the Online help for the search syntax to find how to restrict your results.
https://www.voidtools.com/support/everything/
After that you can come back with specific questions if any
Re: how to do these searches?
You likely dont have this information in the database, so Everything has to check for each file.
To add this to the database - and speed up your searches dramatically - :
- Go to Menu:Tools > Options > Indexes
- Enable Index date modified
- Enable Fast date modified sort
- Click [OK]
For all subjects below, details and more info can be found here
Code: Select all
dm:last12months
Code: Select all
shell:desktop | shell:"local documents"
Use the parent: function.
Unfortunately, the parent: function does not work in combination with the shell: function (yet; it is on the to do list)
So you have to specify:
parent:"c:\users\bigdan\desktop" | parent:"c:\users\bigdan\documents"
Menu:Bookmarks > Add to Bookmarks and give it a recognizable name (ABC for this example).
Recall your bookmark with Menu:Bookmarks > ABC