search_search
Search entities using Cyoda-native conditions with group or simple field-value pairs for precise filtering.
Instructions
Search entities with Cyoda-native search conditions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_model | Yes | The type of entity to search (e.g., 'laureate', 'subscriber', 'job') | |
| search_conditions | Yes | Cyoda search condition structure: { "type": "group", "operator": "AND" | "OR", "conditions": [ { "type": "lifecycle", "field": "state", "operatorType": "EQUALS", "value": "VALIDATED" }, { "type": "simple", "jsonPath": "$.category", "operatorType": "EQUALS" | "CONTAINS" | "GREATER_THAN" | "LESS_THAN", "value": "physics" } ] } For backward compatibility, simple field-value pairs are also supported: {"field1": "value1", "field2": "value2"} | |
| entity_version | No | The entity model version (default: from config) | 1 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||