Manage filters

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
Sinom
Posts: 2
Joined: Mon Mar 30, 2020 6:59 am

Manage filters

Post by Sinom »

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
2020-03-30_09-05-01.jpg (34.26 KiB) Viewed 1945 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: 15352
Joined: Fri Oct 16, 2009 11:31 pm

Re: Manage filters

Post by void »

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

Re: Manage filters

Post by Sinom »

That worked wonders!

Thank you very much (and nice response time) :)
Post Reply