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:
Statistics: Posted by void — Sun Dec 01, 2024 9:33 am