search_project
Find text or regex patterns across all project documents. Returns matching documents with excerpts, supporting case-sensitive searches.
Instructions
Search for text across all documents in the project.
Args: query: Text or regex pattern to search for case_sensitive: Whether to match case (default: False)
Returns: List of matching documents with excerpts showing the matching lines.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| case_sensitive | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |