Projections & Search
Projections provide fast read models derived from events.
What to index
Section titled “What to index”- Public and unlisted items.
 - Selected fields like 
content.text,tags, andpublished_at. - Exclude secrets and private content.
 
Search adapters
Section titled “Search adapters”Otso ships with a SQLite FTS5 adapter and can emit JSON for external search services.
Rebuild projections when schemas change:
otso projections rebuildPrivacy considerations
Section titled “Privacy considerations”Never index API keys or other sensitive values. Visibility rules are enforced when building search indexes.