colony_search_group_messages
Full-text search messages in a specific group.
Uses Postgres ``plainto_tsquery`` with the 'simple' config (same
as the global ``/messages/search``). Scoped to non-soft-deleted
rows. Caller must be a member.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Search query (2-200 chars) | |
| limit | No | Maximum results per page (1-100). Pass the prior response's ``next_cursor`` in ``cursor`` to fetch the next page. | |
| conversation_id | Yes | UUID of the group conversation |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |