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
-
- Posts: 5
- Joined: Thu Nov 21, 2024 4:19 pm
Re: How to select multiple filters in the Filter panel?
I am a little confused about how to use filter-gruop. I have tried a few methods, such as typing filter-gruop in the search bar or setting a custom filter, but with no success.
- Attachments
-
- everythingQA.jpg (161 KiB) Viewed 466 times
Re: How to select multiple filters in the Filter panel?
The results look as expected for a1, b1 and c1.
I am seeing 3 three filters combined (ORed together) and there's a result matching each filter.
What results are you expected?
The a, b and c filters will not combine correctly as they are ANDed together when more than one is selected.
You will likely see zero results when selecting more than one a, b or c filter.
Same applies to your a2, b2 and c2 filters.
If you select the following filters:
Audio
Video
a1
b1
c1
Everything will search for:
(Audio OR Video) AND (a1 OR b1 OR c1)
Audio and Video are in the unnamed group and are grouped together.
a1, b1 and c1 are in the "test" group and are grouped together.
Filters inside a group are ORed.
Groups are ANDed together.
filter-group: will only work in your filter search. (not the main search box)
Everything 1.5.0.1384a fixes an issue with and-filter: and wholefilename:$param:
I am seeing 3 three filters combined (ORed together) and there's a result matching each filter.
What results are you expected?
The a, b and c filters will not combine correctly as they are ANDed together when more than one is selected.
You will likely see zero results when selecting more than one a, b or c filter.
Same applies to your a2, b2 and c2 filters.
If you select the following filters:
Audio
Video
a1
b1
c1
Everything will search for:
(Audio OR Video) AND (a1 OR b1 OR c1)
Audio and Video are in the unnamed group and are grouped together.
a1, b1 and c1 are in the "test" group and are grouped together.
Filters inside a group are ORed.
Groups are ANDed together.
filter-group: will only work in your filter search. (not the main search box)
Everything 1.5.0.1384a fixes an issue with and-filter: and wholefilename:$param:
-
- Posts: 5
- Joined: Thu Nov 21, 2024 4:19 pm
Re: How to select multiple filters in the Filter panel?
Thanks for your reply, I think I finally figured out what “inside a group are ORed and Groups are ANDed together” means.
Now the result is what I want.
I get files whose file names contain a, b, and c at the same time by filter search.
For now ,Select multiple filters of different filter group,the result is ANDER,but Tab is ORed.
Select multiple filters set as and-filter,the result is ANDER,but Tab is ANDER.
Now the result is what I want.
I get files whose file names contain a, b, and c at the same time by filter search.
For now ,Select multiple filters of different filter group,the result is ANDER,but Tab is ORed.
Select multiple filters set as and-filter,the result is ANDER,but Tab is ANDER.
- Attachments
-
- xxxxxx.jpg (257.87 KiB) Viewed 377 times