Keyword search across keys and values
memory_searchSearch across keys, values, and tags using full-text FTS5 with relevance ranking, word-stemming, and diacritic folding. Returns top matches with snippet. Case-insensitive.
Instructions
Full-text search across keys, values AND tags. Uses an FTS5 index with bm25 relevance ranking (key-weighted), word-stemming, diacritic folding and prefix matching — so multi-word, partial and accent-insensitive queries all hit, ranked by relevance. Falls back to a LIKE substring scan if the SQLite build lacks FTS5. Returns top N matches with a snippet. Case-insensitive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max matches to return. | |
| query | Yes | Keyword query. Matched against keys and values. |