-
-
Notifications
You must be signed in to change notification settings - Fork 151
Advanced Searching
By default queries are parsed as AND searches so a search for this that looks for notes that include both this and that.
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.
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".
You can use a ? to represent any single character and a * to represent any number of characters.
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.
To search just the content of notes, prefix the search term with content:.