search_notes
Find notes by content using full-text search. Returns matching notes and snippets showing where matches occur.
Instructions
Search through all notes using full-text search. Returns matching notes with snippets showing where the match was found. Use this to find notes by content, keywords, or phrases.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return. Useful for large vaults. If not specified, returns all matches. | |
| query | Yes | Search query. Can be keywords, phrases, or natural language. | |
| offset | No | Number of results to skip. Use with limit for pagination. |