search_notes
Find any note in Trilium by running full-text queries or filtering by labels, tags, titles, and attribute values. Combine search conditions to pinpoint relevant notes.
Instructions
Search for notes in Trilium using full-text search or attribute queries
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return (default: 100) | |
| query | Yes | Search query using Trilium search syntax. Examples: "keyword" (full-text search), "#label" (notes with a label), "#label=value" (label with specific value), "#tag=recipe" (notes tagged "recipe"), "#tag=recipe AND #tag=vegetarian" (notes with multiple tags), "note.title =* prefix" (title prefix match), "#priority AND #status=active" (combining label existence with label value) |