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
  • Currently you can do this by nesting saved searches ([Collection] [is] [saved search that uses OR]).
Sign In or Register to comment.