search
Find relevant indexed Markdown notes by semantic or lexical query. Use when the file path is unknown to locate needed content.
Instructions
Find relevant indexed Markdown notes by semantic/lexical query. Use before read_file when the path is unknown; may record search history in the LINZA sidecar.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural-language query used to rank indexed notes. | |
| profile | No | Optional search profile name; defaults to the active profile in the sidecar. | |
| top_k | No | Maximum number of note matches to return. | |
| explain | No | When true, include scoring/context details for debugging retrieval. |