Search K
Appearance
Appearance
Retrieves the available filter options for a Mesh search based on a given search term.
Use this task when a workflow needs to discover which filters are applicable to a particular search context before applying them. It is commonly used to dynamically populate filter selections for user-facing steps or to programmatically determine valid filter values before constructing a refined search query.
| Field | Type | Required | Description |
|---|---|---|---|
| Search Text | Text | Yes | The search string used as the basis for retrieving applicable filter options. |
| Name | Description |
|---|---|
| AvailableSearchFilters | A list of filter objects representing the filter categories and values available for the given search context. |