Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
<search:filter
field="{string}"
value="{string}"
[optional="{boolean}"]
[exclude="{boolean}"]
[hidden="{boolean}"]>
</search:filter>
| Param | Type | Details |
|---|---|---|
| field | string | The field the filter applies to. |
| value | string | The value to apply to the field |
| optional (optional) | boolean | If the filter is optional (or) |
| exclude (optional) | boolean | If the filter should exclude values matching this filter. |
| hidden (optional) | boolean | Whether the filter should be hidden (visible in breadcrumbs and URLs) or not. |
Was this page helpful?