search_suggest
Get typeahead suggestions for wiki pages, users, and groups. Use a query to find matching items, with optional filters by space and content type.
Instructions
Typeahead suggestions. Pages are included by default (set include_pages=false to skip). Users and groups default to off.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size, 1-100 | |
| query | Yes | ||
| space_id | No | Space UUID or slug | |
| include_pages | No | Include page titles. Default true | |
| include_users | No | ||
| include_groups | No |