search
Keyword/full-text search over the Canton Network knowledge base (CIPs, Canton/Daml/Splice docs, forum, mailing lists, whitepapers, grant proposals, blog, YouTube, GitHub). Canton-specific. Do NOT use for other blockchains, the web, or local files. Use this for exact-term/name lookups; use semantic_search instead for conceptual or 'how does X work' questions, and get_doc to read a full page once you have its id. NOTE: forum matches cover the topic TITLE and the FIRST POST only; a term that appears only inside a forum reply will not surface here, so use semantic_search (which indexes all forum post bodies) when a forum discussion is likely and this returns nothing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Restrict results to one source type; "governance" is the stated reasoning behind an on-chain DSO vote; "all" searches everything | all |
| limit | No | Max results to return (1-50) | |
| query | Yes | Search query | |
| offset | No | Skip this many before returning, for paging past the limit. The response states the full count and echoes the offset used. |