Queries containing OR-ed tags

Is it possible to write a query that searches for one tag or another? I have tried something like this…

tag:#a (tag:#b or tag:#c)

…but that is interpreted as #a AND #b AND "or" AND #c whereas I want #a AND (#b OR #c).

why do you use or and not OR?

Because I didn’t know that it was case-sensitive. Thanks. :stuck_out_tongue_winking_eye:

1 Like