docs: add '--search-type' examples to CLI docs

This commit is contained in:
Tres Seaver 2026-05-18 06:40:41 -04:00
parent 7953de46b9
commit 70da24b691
No known key found for this signature in database
GPG key ID: F2A968348913D1D8

View file

@ -133,6 +133,18 @@ With options:
haiku-rag search "python programming" --limit 10 # or -l 10
```
With search type:
```bash
# Hybrid search (the default)
haiku-rag search "python programming" --search-type hybrid # or -s hybrid
# Full-text search only
haiku-rag search "python programming" --search-type fts # or -s fts
# Vector search only
haiku-rag search "python programming" --search-type vector # or -s vector
```
With filters (filter by document properties, use `--filter` or `-f`):
```bash
# Filter by URI pattern