Search pages in a workspace
search_pagesFind AppFlowy pages by title or body text, returning matching page IDs. Enable body=true to search full content; read-only operation.
Instructions
Find pages by title, or by body text when body=true (decodes each document). Returns matches with ids. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Also search page body text (slower; decodes each document). | |
| query | Yes | Text to search for. | |
| workspace | Yes | Workspace name or id. |