search method performs a text-based search across records in the collection.
Configuration Example
Implementation Examples
Input
| Property | Type | Description |
|---|---|---|
query | string | The search query string |
cursor | string | Pagination cursor from previous request |
credentials | object | Authentication credentials |
parameters | object | Method-specific parameters |
Return Value
| Property | Type | Description |
|---|---|---|
records | array | Array of matching records |
cursor | string | Cursor for next page (optional) |