search_notes
Search and filter notes by content, type, or regex patterns on Flint Note. Retrieve specific fields and limit results for efficient note organization and access.
Instructions
Search notes by content and/or type. Empty queries return all notes sorted by last updated.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
fields | No | Optional array of field names to include in response. Supports dot notation for nested fields (e.g. "metadata.tags") and wildcard patterns (e.g. "metadata.*"). If not specified, all fields are returned. | |
limit | No | Maximum number of results to return | |
query | No | Search query or regex pattern. Empty string or omitted returns all notes. | |
type_filter | No | Optional filter by note type | |
use_regex | No | Enable regex pattern matching | |
vault_id | No | Optional vault ID to operate on. If not provided, uses the current active vault. |