Skip to content

Advanced Searching

Adam Dullage edited this page Aug 20, 2022 · 2 revisions

AND Searching

By default queries are parsed as AND searches so a search for this that looks for notes that include both this and that.

OR Searching

To perform an OR search just separate your search terms using OR in UPPERCASE. For example, searching for this OR that looks for notes that include either this or that.

Search for a Phrase

As mentioned above, searching for this that will look for any note that includes both this and that anywhere in the note. If you want to search for notes where these words are next to each other you can wrap them in quotes i.e. "this that".

Wildcards

You can use a ? to represent any single character and a * to represent any number of characters.

Title Only Searching

To search just the title of notes, prefix the search term with title:. For example, searching for title:this will look for notes that include this in the title.

Content Only Searching

To search just the content of notes, prefix the search term with content:.

Clone this wiki locally