Advanced search operators
For more precise searches you can use the advanced search operators listed below as part of your search query.
| Description | Operator | What it does |
|---|---|---|
| Exact matches | “XX” | Find results that contain an exact match to the term |
| OR queries | XX | YY | Find results that match either of the two terms rather than the default that matches both terms |
| Negative matching | -XX | Find results that do not have the term |
| Title search | title:XX | Find results only based on searching through titles |
| Content search | content:XX | Find results only based on searching through contents |
| Notes search | note:XX | Find results only based on searching through notes |
| To do(s) | is:todo | Find all To Do items, regardles of whether they are complete |
| Completed To Do(s) | is:complete | Find all completed To Do items |
| Incomplete To Do(s) | is:incomplete | Find all incomplete To Do items |
| URL search | url:XX | Find results by searching through URLs |
| Site search | site:example.com/foo | Find results where the URL contains the exact match |
| Grouping operators | (XX) | Use parentheses to group operators and control the order in which they execute. e.g. (cake | pie) recipe |