search
Retrieve relevant code and documentation from project knowledge using hybrid semantic and keyword search. Filter results by domain, language, file path, and linked projects to find answers quickly.
Instructions
Hybrid semantic + keyword search across project knowledge.
Args: query: Search query text domain: Filter by "all", "code", or "content" project: Project ID (default: DNOMIA_KNOWLEDGE_PROJECT env var) cross: If True, also search linked projects limit: Maximum results to return language: Filter by language (e.g. "python", "typescript") file_pattern: Filter by file path pattern (e.g. "auth", "models.py") show_content: If True, show full chunk content instead of truncated snippet
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cross | No | ||
| limit | No | ||
| query | Yes | ||
| domain | No | all | |
| project | No | ||
| language | No | ||
| file_pattern | No | ||
| show_content | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |