Filter settings

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
dima2354
Posts: 2
Joined: Thu Nov 20, 2025 3:37 pm

Filter settings

Post by dima2354 »

Hello. I want to create a filter to search for specific files in specific folders. I created a search query, but it doesn't work correctly. How do I do this correctly?
H:\Priver | H:\Download | E:\Documents, work <*.doc> | <*.docx>|<*.pdf>|<*.djvu>|<*.fb2>|<*.xlsx>|<*.xls>|<*.ppt>|<*.pptx> |<folders:>
void
Developer
Posts: 19839
Joined: Fri Oct 16, 2009 11:31 pm

Re: Filter settings

Post by void »

What would you like
work
to match ?

-If your folder is really named
E:\Documents, work
, please use double quotes to escape the space
"E:\Documents, work"




Does the following search show results:

Code: Select all

H:\Priver | H:\Download | E:\Documents *.doc | *.docx | *.pdf | *.djvu | *.fb2 | *.xlsx | *.xls | *.ppt | *.pptx | folders:


Please try ext: for a list of extensions:

Code: Select all

H:\Priver | H:\Download | E:\Documents ext:doc;docx;pdf;djvu;fb2;xlsx;xls;ppt;pptx | folders:
dima2354
Posts: 2
Joined: Thu Nov 20, 2025 3:37 pm

Re: Filter settings

Post by dima2354 »

I have another question. I create bookmarks and specify certain functions in them, for example, search by size. I change the bookmark, and the previous entry disappears from the search field. Can I use multiple bookmarks in a single search query, combining them?
void
Developer
Posts: 19839
Joined: Fri Oct 16, 2009 11:31 pm

Re: Filter settings

Post by void »

Only through macros.
For example:
Set the Macro for one bookmark to: mymacro1
Set the Macro for another bookmark to: mymacro2
Then search for:
mymacro1: | mymacro2:




Multiple filters can be selected at the same time with Ctrl.
Filter groups can be defined to AND or OR multiple filters.
Post Reply