indexing-find-item
Search Sitecore content items using the Content Search API with filters like Equals, Contains, or GreaterThan on specific fields. Specify index, criteria, and date format in ISO 8601.
Instructions
Finds items using the Sitecore Content Search API. Date format should be in ISO 8601 format (e.g., '2023-10-01T00:00:00Z').
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | No | The name of the Sitecore index to search in. e.g., 'sitecore_master_index', 'sitecore_web_index'. | sitecore_master_index |
| criteria | Yes | ||
| first | No | The maximum number of results to return. Defaults to 200. | |
| skip | No | The number of results to skip. Defaults to 0. |