search_github_issues
Full-text search across CCPEDIA's indexed GitHub issues (15+ Canton repos). Canton ecosystem only. Use to find prior reports / open bugs / requested features. For PRs use get_proposals (Dev Fund grant PRs) or search with type="github" (broader).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows (default 10). | |
| query | Yes | Free-text query. | |
| state | No | Issue state filter (default: all). | |
| offset | No | Skip this many before returning, for paging past the limit. The response states the full count and echoes the offset used. |