If you are experiencing problems with "Everything", post here for assistance.
Sinom
Posts: 2 Joined: Mon Mar 30, 2020 6:59 am
Post
by Sinom » Mon Mar 30, 2020 7:07 am
Hello,
First off, great tool
I'm trying to create a filter that will only search for a certain depth, certain extensions and also for folders.
Code: Select all
depth:3-4 | ext:.pdf;.tif;.cal;.step; | folder;
The settings looks like this atm:
2020-03-30_09-05-01.jpg (34.26 KiB) Viewed 2031 times
But, I must be doing something wrong?
I can see all the files and the depth doesn't seem to be working either with this filter. Am I missing something?
Best regards - Sinom
void
Developer
Posts: 16676 Joined: Fri Oct 16, 2009 11:31 pm
Post
by void » Mon Mar 30, 2020 7:09 am
Thank you for your feedback.
Please try the following search:
depth:3-4 ext:pdf;tif;cal;step|folder:
| = OR
space = AND
ext: doesn't need the dot.
Sinom
Posts: 2 Joined: Mon Mar 30, 2020 6:59 am
Post
by Sinom » Mon Mar 30, 2020 8:18 am
That worked wonders!
Thank you very much (and nice response time)