Search

Option Description Example
Multiple Terms, AND (Implicit) Search draft content, and match multiple terms as "and". For example, foo and bar. foo bar
Multiple Terms, AND (Explicit) Search draft content, and match multiple terms as "and" by placing AND between terms. foo AND bar
Multiple Terms, OR Search draft content, and match multiple terms as "or" by placing OR between terms. foo OR bar
Exact Phrase Wrap multiple terms in double quotes to match an exact phrase. "quz qux"
Omission Prefix a term with a hyphen to exclude it. So you could search for foo and not bar with this example. foo -bar
Term in Title Search draft titles only by prefixing a search term with title:. For example drafts with both foo and bar in the title. title:foo title:bar
With Tag Search draft for particular tags by prefixing a search term with tag:. For example drafts with both foo and quz qux as tags. tag:foo tag:"quz qux"
Regular Expression Search draft content using regular expressions uses / as the delimiters for the expression and utilises standard tokens. They can be combined with other search elements. /\s*\d+\. /