search_vault
Search across all markdown files in the vault. Use keyword or regex queries to retrieve matching lines with file and line numbers.
Instructions
Search through all .md files in the vault.
Auto-detects search type:
- If query contains regex metacharacters (.*+?^${}()|[]\), uses regex search.
- Otherwise, uses case-insensitive keyword search.
Args:
query: Search term or regex pattern.
Returns:
Matching lines in format: filepath:linenum: content
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |