Do.search

Perform fast lexical, filename, property, or phrase search across a DeepOrbit vault. Use for exact names, identifiers, tags, error text, regex-like lookup intent, or when semantic retrieval is unnecessary or unavailable.

dull-bird 57c039a 672 B Updated

File contents

Search the Vault

Run:

deeporbit --vault "<vault>" rag "<query>" --limit 20

This uses the zero-dependency local SQLite FTS index and automatically reconciles synced, changed, renamed, and deleted Markdown files. If SQLite FTS is unavailable, the core falls back to direct case-insensitive scanning.

Return vault-relative paths, note titles, and short snippets. Do not modify notes during search.

dull-bird/deeporbit/tree/main/skills/do.search commit 57c039a270

Frequently asked questions

npx skillmds@latest add dull-bird/do-search