search_notes
Search notes by full-text query. Returns matching notes with snippets for quick content discovery.
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 |
|---|---|---|---|
| query | Yes | Search query. Can be keywords, phrases, or natural language. | |
| limit | No | Maximum number of results to return. Useful for large vaults. If not specified, returns all matches. | |
| offset | No | Number of results to skip. Use with limit for pagination. |