Tier 1: grep
Zero dependencies. Exact string matching. Works everywhere.Tier 2: SQLite FTS5 (default)
BM25-ranked full-text search powered by SQLite FTS5. Supports boolean operators, phrase matching, and path prefix filtering.Query syntax
Trust-ranked search
KiwiFS also offers trust-ranked search at/api/kiwi/search/verified. Pages with status: verified or source-of-truth: true in their frontmatter are boosted in results.
Tier 3: Vector search
Semantic similarity search using pluggable embedder providers and vector stores. Enable it in.kiwi/config.toml:
Supported embedders
Supported vector stores
API endpoints
MCP tools
See the Search API reference for detailed endpoint documentation.