How do you apply boolean operators to a search
I want to create and save a search for articles with the keyword A and also either B or C
A AND (B OR C)
How do I create that. As I see it I can only serach for
A AND B AND C
or
A OR B OR C
A AND (B OR C)
How do I create that. As I see it I can only serach for
A AND B AND C
or
A OR B OR C
-
dstillmanCurrently you can do this by nesting saved searches ([Collection] [is] [saved search that uses OR]).