Is there a way to do an "OR' search from the normal Search?
Such as to find tenant name (text field) that contains "starbuck" OR contains "coffee" OR contains "brew"?
If it is possible, please reveal the syntax.
(I see that the Global search allows OR. But Global search does not assume wildcards and does not work right when wildcards are used with OR. And, global search has limits vs. searching on the actual report.)
(And, using an automatic Filter requires a Lookup field, and this is not practical when you have hundreds/thousands of variants -the filter dropdown would be way too long and hard to use for multi-search.)
============
Suggestion would be to allow, perhaps for certain searches only such as text fields.
The syntax could be capital OR (like it is with Global search).
Example: term1 OR term2 OR term3
Even nicer would be to also allow AND:
Example: term1 AND term 2
Super would be to also allow parenthesis for logic order:
Example: term1 OR term 2 OR (term3 AND term4)
But IMO, allowing OR is the most important, would get the most use.
Thank you!