Add full-text search with SQLite FTS5
- FTS5 virtual tables for posts (title, text, url) and comments (text)
- Auto-sync triggers for insert/update/delete operations
- Search API endpoint at /api/search with type filtering
- Search results page with tabbed posts/comments view
- SearchBox component in header (desktop) and mobile menu
- Highlighted snippets using FTS5 snippet() function
- Prefix matching for partial word searches
- Setup script: pnpm db:fts
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>