Full-text search the embedded documentation (SQL commands, functions, operators, data types, CLI reference).
/docs <query>
## Overview `/docs` runs a full-text query against the documentation index embedded in the CLI binary. The index covers SQL commands, functions, operators, data types, keywords, and CLI reference pages. Fully offline; no network or auth required. ## Behavior - Results are ranked by relevance and include the doc id, title, and a short excerpt. - Each result is a drill-in: `/open N` on the result list opens the full page via `/cmd` (for SQL commands) or the equivalent detail view. - Query syntax is the standard Tantivy free-text form: multi-word queries are ANDed, quotes pin phrases, and field prefixes can narrow the search (e.g. `title:vacuum`). - Matches within the embedded generated corpus; the enriched-content layer is merged in where present. - Use `/cmd <name>` to jump straight to a known command page without searching.
/docs merge cdc
/docs z-order
/docs window functions ranking
/docs vacuum retention