search_wiki
Search wiki pages and code entities with ranked results. Filter by type such as page, function, class, or method.
Instructions
Full-text search across wiki pages and code entities. Searches titles, headings, code terms, descriptions, and keywords. Returns ranked matches.
Requires: index_repository must be called first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | Yes | Path to the indexed repository | |
| query | Yes | Search query string | |
| limit | No | Maximum results to return (default: 20, max: 100) | |
| entity_types | No | Filter by type: 'page', 'function', 'class', 'method' |