search_entries
Search for content entries using a text query on a chosen content type, with optional field targeting.
Instructions
Search for content entries matching a text query within a specific content type. Uses case-insensitive containment filters ($containsi) on string fields to find matching entries. Specify search_fields to narrow the search to specific fields, or leave it empty to search common text fields like title, name, and description.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination, starting at 1 | |
| query | Yes | Search text to look for across the content type fields (e.g., 'machine learning', 'summer sale') | |
| page_size | No | Number of results per page (1-100, default 25) | |
| content_type | Yes | Plural API ID of the content type to search (e.g., 'articles', 'products') | |
| search_fields | No | Comma-separated list of field names to search in (e.g., 'title,description'). If omitted, searches all string/text fields using $containsi filter. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |