jonnaWikiSearch
Hybrid semantic search (FTS + vector + trigram) over title, summary, and body. Use this for natural-language lookups; use jonnaWikiGrep for literal/regex matching.
Hybrid semantic search (FTS + vector + trigram) over title, summary, and body. Use this for natural-language lookups; use jonnaWikiGrep for literal/regex matching.
Free-text query. Matched against title, summary, and body via FTS, vector, and trigram retrieval.
Scope to one bucket. Mutually exclusive with locationId/groupIds.
Location UUID. Combined with groupIds produces the union (location → groups).
Cosine cutoff (0.0-1.0) applied to SEMANTIC-only hits, to drop the long tail of weak matches. Default 0.0 (keep everything).
JSONB filter on typed page metadata, e.g. {"type": "policy"}. Narrows results to pages whose frontmatter matches every key given.