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:>
Filter settings
Re: Filter settings
What would you like to match ?
-If your folder is really named, please use double quotes to escape the space
Does the following search show results:
Please try ext: for a list of extensions:
work-If your folder is really named
E:\Documents, work"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:
Re: Filter settings
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?
Re: Filter settings
Only through macros.
For example:
Set the Macro for one bookmark to: mymacro1
Set the Macro for another bookmark to: mymacro2
Then search for:
Multiple filters can be selected at the same time with Ctrl.
Filter groups can be defined to AND or OR multiple filters.
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.