You can search for specific text in an open entry, in a selected folder, in all folders in a notebook, or in all of your notebooks.
You can search in the entire entry or in the entry’s title only.
- To search in an open entry, choose Edit > Find > Find. Enter the text you want to find and click Next.
- To search in a single Folder, select the folder. Click in the Search field at the top of the viewer window (or press Command-Option-F). Type the text you want to find. In the header above the results, click the button that says Selected FolderÂ. Choose Entire Contents or Title to specify what part of each entry to search.
- To search entries in all folders, click in the Search field at the top of the entry viewer window (or press Command-Option-F). Type the text you want to find. In the header above the results, click the All Folders button. Choose Entire Contents or Title to specify what part of each entry to search.
- To search entries in all of your notebooks use Spotlight. For help on using Spotlight, go to the Finder, choose Help > Mac Help, enter “spotlight” in the search field, and press return.
You can also search for entries that are similar to other entries.
- To search for similar entries first select some entries in the source or entry views. Then select the menu item Edit > Find > Find Similar. Entries that are similar to the selected entries will be displayed in the search results listed in order of similarity.
Mori finds entries containing words that match the search terms you entered in the Search field. The words can be in any order. This is an index based search and it will not find words that appear only inside other words unless you use wildcard search terms. For example, if you enter “book” in the Search field, your search won’t find the word “notebook”, but if you entry “*book” your search will find “notebook”.
Use the words “and,” “or,” “not,” and parentheses to refine your search:
“cat and dog” finds entries containing both “cat” and “dog”
“cat or dog” finds entries containing either “cat” or “dog”
“cat not dog” finds entries containing “cat” but not “dog”
“cat and (dog or newt)” finds entries containing both “cat” and “dog” and entries containing both “cat” and “newt”
Use wildcards “*” to expand your search terms.
“note*” finds entries containing words that start with “note” including “note”, “notes”, and “notebook”
“*book” finds entries containing words that end with “book” including “book” and “notebook”
“*a*” finds entries that contain the letter “a”.
The search syntax also supports boolean and logical queries as defined by this table:
Operator |
meaning |
|---|---|
|
Boolean |
|
Boolean |
|
Boolean |
|
Boolean inclusive |
|
Boolean inclusive |
|
Boolean |
|
Boolean |
* |
Wildcard for prefix or suffix; surround term with wildcard characters for substring search. Ignored in phrase searching. |
( |
Begin logical grouping |
) |
End logical grouping |