Search
Status: ⏸️ Deferred (recommend deferring)
Scope
Full-text search across the catalog (chores, activities, rewards), household members, and transaction history. Supabase full-text search (or trigram index) is the backend candidate. Low priority until the catalog grows large enough to justify it.
Open questions
- What is the scope — catalog only at first, then expanded to history?
- Should search work offline (local index) or online-only?
- Is a simple client-side filter on the catalog sufficient for v1, deferring true full-text?
- Who can search all members' history — admins only?