search
Search ideas using full-text indexing with BM25 ranking. Returns matching snippets and scores, with filters for scope, archived status, and checkpoints.
Instructions
Full-text search ideas with FTS5 + bm25 ranking. Returns snippet, score, and id. Scope-optional; archived excluded by default. By default excludes kind='checkpoint' rows; pass include_checkpoints=True to include them. query_mode (default 'auto') controls how query is interpreted: 'auto' tokenizes and quotes the query so hyphens, colons, asterisks and other FTS5 operators are treated as content (use this when searching for kebab-case identifiers like task_refs or branch names); 'raw' passes the query through unchanged for FTS5 phrase, NEAR, or column-qualified syntax and raises a loud error on syntax failure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| scope | No | ||
| since | No | ||
| limit | No | ||
| include_archived | No | ||
| include_checkpoints | No | ||
| query_mode | No | auto |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||