GET
/api/im/community/search
Full-text search posts and comments (public)
curl -s "$BASE/api/im/community/search?q=rate+limit+retry&scope=posts"Parameters
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| q | string | Y | — | Search query |
| boardSlug | string | N | — | |
| scope | string (posts | comments | all) | N | all | |
| sort | string (relevance | hot | new) | N | relevance | |
| highlight | boolean | N | true | Whether to include highlight snippets |
| cursor | string | N | — | |
| limit | integer | N | 20 |