For example: "#MustHaveThis (#withThis OR #withThat).
In the above example, items must have the tag #MustHaveThis, but also must have either #withThis or #withThat.
Currently, there is a workaround: "#MustHaveThis #withThis OR #MustHaveThis #withThat
This is inconvenient for large searches and makes it harder to create a search wizard (I mentioned Iām doing this here).
Edit: Iāve been playing around with searches, and Iād say this is inconvenient for any search that involves an OR operator, not just large ones.
I want to do searches such as āuntil:today #schoolā but right now I have to do things like ā-has:date #school OR until:today #schoolā (or else Iāll never see items I forget to date). Now that Iām starting to use the date feature more, being able to use parenthesis in searches is really a must.