Search Plone Content
plone_searchSearch for content items in Plone using filters like text, content type, path, and workflow state to retrieve precise results.
Instructions
Performs a detailed search for content items, allowing filters by text, content type, path, and workflow state. Example: plone_search({query: 'annual report', portal_type: ['Document'], review_state: ['published']})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Search query text | |
| portal_type | No | Content types to search for | |
| path | No | Path to search within | |
| review_state | No | Workflow states to filter by | |
| sort_on | No | Field to sort by (e.g., 'modified', 'created', 'sortable_title') | |
| sort_order | No | Sort order | |
| b_size | No | Batch size (number of results per page) | |
| b_start | No | Batch start (for pagination) |