When searching the Titles of events it is possible to use multiple criteria using the keywords AND or OR.
To find events where the title contains EITHER Cats or Dogs, use the query:
Cats OR Dogs
Result:
Events where the title contains just Cats will be shownEvents where the title contains just Dogs will be shownEvents where the title contains Cats and Dogs will be shown
To find events where the title contains BOTH Cats and Dogs, use the query:
Cats AND Dogs
Result:
Events where the title contains just Cats will NOT be shownEvents where the title contains just Dogs will NOT be shownEvents where the title contains Cats and Dogs will be shown