How to select multiple filters in the Filter panel?
How to select multiple filters in the Filter panel?
I want to be in the filter panel and select multiple filters at the same time. Currently, it's possible to ctrl multiple select, but it doesn't work.
Re: How to select multiple filters in the Filter panel?
What filters are you trying?
Are you trying the built-in filters?
Does Audio and Video work as expected?
Everything will OR filters by default.
For custom filters, you may need to define a filter group.
filter groups are ANDed.
Are you trying the built-in filters?
Does Audio and Video work as expected?
Everything will OR filters by default.
For custom filters, you may need to define a filter group.
filter groups are ANDed.
Re: How to select multiple filters in the Filter panel?
how to use filter groupsvoid wrote: ↑Tue Jun 18, 2024 7:28 am What filters are you trying?
Are you trying the built-in filters?
Does Audio and Video work as expected?
Everything will OR filters by default.
For custom filters, you may need to define a filter group.
filter groups are ANDed.
Re: How to select multiple filters in the Filter panel?
Add the following search to all your custom filters:
filter-group:"My Filter Group 1"
Use different names ("My Filter Group 1") where you want to AND filters.
You may have location filters, for example:
filter-group:"location" c:\folder1\folder2\
filter-group:"location" e:\folder1\
filter-group:"location" F:\folder1\
filter-group:"My Filter Group 1"
Use different names ("My Filter Group 1") where you want to AND filters.
You may have location filters, for example:
filter-group:"location" c:\folder1\folder2\
filter-group:"location" e:\folder1\
filter-group:"location" F:\folder1\
Re: How to select multiple filters in the Filter panel?
I saw in another posting that you replied you could add: and-filter.void wrote: ↑Tue Jun 18, 2024 8:30 am Add the following search to all your custom filters:
filter-group:"My Filter Group 1"
Use different names ("My Filter Group 1") where you want to AND filters.
You may have location filters, for example:
filter-group:"location" c:\folder1\folder2\
filter-group:"location" e:\folder1\
filter-group:"location" F:\folder1\
However, I have a filter that reads: wholefilename:$param.
Then, I wrote this: and-filter:wholefilename:$param: which did nothing.
Re: How to select multiple filters in the Filter panel?
For example, I want to apply two filters at the same time:void wrote: ↑Tue Jun 18, 2024 8:30 am Add the following search to all your custom filters:
filter-group:"My Filter Group 1"
Use different names ("My Filter Group 1") where you want to AND filters.
You may have location filters, for example:
filter-group:"location" c:\folder1\folder2\
filter-group:"location" e:\folder1\
filter-group:"location" F:\folder1\
and-filter: "C:\OneDrive\"
and-filter:wholefilename:$param.
The above test fails