omega_vault_search
Search vault database with exact keyword matching using SQLite FTS5. Returns timestamped entries with session context for precise queries.
Instructions
Searches the vault database using exact keyword matching via SQLite FTS5. Use this for precise keyword lookups; use omega_rag_query instead for semantic/meaning-based search. Returns JSON array of matching vault entries with timestamps and session context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | FTS5 keyword query supporting AND, OR, NOT, and quoted phrases, e.g. '"deploy production" NOT staging'. |