I am creating a search folder in Outlook 2010 and would like to replicate criteria that work fine using instant search. I have the following criteria, which return to correct results in instant search:
- "Text val1" AND ("Text Val2" OR "Text Val3")
When I use the same criteria when defining a search folder I get no return results. If I remove the parentheses and use the following criteria I get records:
- "Text val1" AND "Text Val2" OR "Text Val3"
But (as expected) the logical results aren't what I want. I'm getting results for the first two conditions AND'd as well as all messages that have the third condition. Is there some other way to force precedence using a search folder?