Search
Search will move out of in-memory local filtering
The old search model only worked inside the unlocked local editor. This route is where keyword search, related notes, and later semantic retrieval will live once the new note schema and outputs are in place.
Keyword search lands before semantic search.
Related notes can start as heuristic links before embeddings arrive.
Search needs database-backed retrieval, not only browser memory.
The goal is rediscovery, not just filtering a note list.