How do I create a pass having two words in the title? For example, I want both "track" and "field" in the title, in any order. If I do the following:
Title CONTAINS track
Title CONTAINS field
... I get results with "track" OR "field" rather than "track" AND "field".
Thanks!