Is it possible to use "AND" logic with searches across multiple categories?
For example I would like to be able to search for all PDF documents within a certain section of my site.
I have these file type categories: PDF, Excel, Word
And these structural categories: Section 1, Section 2 etc.
Right now if I check "PDF" and "Section 1" I get results matching either category but I want to get results from the intersection of these 2 categories. Is there a way to do that?
Ideally I'd like to combine AND logic and OR logic (but doubt that's possible). For example I'd like the user to be able to look for PDF OR Word documents in "Section 1" (i.e. ("PDF" OR "Word") AND "Section 1").
The only work-around I can think of is to create discreet categories such as Section1_PDF, Section1_Word, Section1_Excel, Section2_PDF, Section2_Word, Section2_Excel etc. but this could get tedious because I may end up having more file type categories and a lot of sections.
Any suggestions would be appreciated.
Thanks,
KG.
For example I would like to be able to search for all PDF documents within a certain section of my site.
I have these file type categories: PDF, Excel, Word
And these structural categories: Section 1, Section 2 etc.
Right now if I check "PDF" and "Section 1" I get results matching either category but I want to get results from the intersection of these 2 categories. Is there a way to do that?
Ideally I'd like to combine AND logic and OR logic (but doubt that's possible). For example I'd like the user to be able to look for PDF OR Word documents in "Section 1" (i.e. ("PDF" OR "Word") AND "Section 1").
The only work-around I can think of is to create discreet categories such as Section1_PDF, Section1_Word, Section1_Excel, Section2_PDF, Section2_Word, Section2_Excel etc. but this could get tedious because I may end up having more file type categories and a lot of sections.
Any suggestions would be appreciated.
Thanks,
KG.
Comment