Can someone advise how I can search for two or more specific words exclusively?
i.e. I want to find ONLY emails that contain BOTH the words "dog" and "cat".
I thought that the following search string should be correct:
"dog" AND "cat"
However this returns result that contain emails that have EITHER dog or cat.
Can someone advise where I am going wrong please?