get_widget_choices
Page through choice rows for a widget option, with optional case-insensitive filtering on value or label to handle large pickers without bloating the schema.
Instructions
Page through the choice rows for one of a widget's options (kept out of get_widget_options so a picker with hundreds of entries doesn't bloat the schema). "q" filters by case-insensitive substring on value/label.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | ||
| limit | No | ||
| offset | No | ||
| option | Yes | ||
| widget | Yes |