Search across all your notes by text, tags, or any note attribute — with support for progressive filtering and a query builder.
Basic Search
Type any text into the search field to find notes by their content or title.
Tag search — type a tag name to find notes with that tag:
- Use AND to require multiple tags: `work AND meeting`
- Use OR to match either tag: `work OR personal`
Attribute Search
For more precise results, use slash search — type `/` as the first character to activate attribute-based filtering. The query builder appears to help you construct the search without writing syntax manually.
/has: — filter by content
| Command | Description |
| `/has:file` | Notes with attached files |
| `/has:url` | Notes containing a URL link |
| `/has:bookmark` | Bookmarked notes |
| `/has:noTitle` | Notes without a title |
| `/has:noTag` | Notes without any tag |
/is: — filter by state
| Command | Description |
| `/is:encrypted` | Encrypted notes |
| `/is:shared` | Notes shared via link |
| `/is:deleted` | Deleted notes |
| `/is:createdMobile` | Notes created on mobile |
| `/is:updatedMobile` | Notes last updated on mobile |
/in: — filter by board assignment
| Command | Description |
| `/in:anywhere` | Notes assigned to any board |
| `/in:nowhere` | Notes not assigned to any board |
| `/in:boardname` | Notes assigned to a specific board |
/query: — complex tag query
Build multi-condition tag queries with AND, OR, and parentheses in dialog window.
Progressive Filtering
Search criteria can be added on top of an existing result. After running a search, add another condition to narrow the current results further — without starting over.
- Search by text to get an initial set of notes
- Add a tag condition to narrow it down
- Add an attribute filter to refine further
The same search capabilities are available in the mobile app. See
Mobile app for details.