get_search_filters
Retrieve filter facets for a search query, then apply them to refine search results with specific values.
Instructions
Facets available for a query: {name, key, type, options|range}. Apply them with search(filters={key: value}) — checkbox/category value = option.value, range value = "min;max". Flow: search → get_search_filters → search(filters).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The same search text whose facets you want. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |