search_advanced
Run semantic search with structured filters, combining optional filters like tags, folder, dates, and status to retrieve matching notes.
Instructions
Run semantic search with structured filters.
Every optional filter is combined with AND.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | tag filter, with OR between tags | |
| query | Yes | semantic search text | |
| top_k | No | number of results | |
| folder | No | folder filter including descendants | |
| status | No | note status | |
| date_to | No | ISO end date, ignored when date_range is set | |
| exclude | No | terms to exclude from results | |
| project | No | associated project name | |
| category | No | category | |
| date_from | No | ISO start date, ignored when date_range is set | |
| extension | No | file extension such as md, canvas, or pdf | |
| highlight | No | highlight query terms in result text | |
| note_type | No | note type | |
| date_range | No | today, week, month, or year |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |