search
Find items in a model by matching a text field with a case-insensitive substring query. Use this when you know the content but not the ID.
Instructions
Find items in a model whose given text field matches a query (case-insensitive substring). Handy when you know the content but not the id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| field | Yes | Text field to match, e.g. "title" | |
| limit | No | Max items (default 20) | |
| model | Yes | Model name | |
| query | Yes | Substring to search for |