Boolean Search
Search now supports Boolean expressions. Combine terms with AND, OR, and NOT, or use a leading - to exclude a term (#42).
Whitespace between search terms is an implicit AND: foo bar matches rows containing both terms, just like foo AND bar. To search for a phrase containing spaces as one contiguous term, enclose it in double quotes, such as "release notes".
Use parentheses to group alternatives:
project AND (today OR urgent)"release notes" AND NOT archivedis:bookmarked AND (bug OR crash)
Boolean operators are case-insensitive: AND, OR, and NOT have the same meaning as and, or, and not. Existing filters for status, dates, attachments, tags, and other predicates can be combined in the same expression.
