AvailableFilter
A singular filter that can be applied to a search result to drill down on its contents.
| Field | Type | Required | Description |
|---|---|---|---|
code |
string |
||
label |
string |
||
source |
string |
one of: range, multiselect |
|
minimum |
number |
||
maximum |
number |
||
values |
array[object] |
Example
Section titled “Example”{ "code": "string", "label": "string", "source": "range", "minimum": 0, "maximum": 0, "values": [ { "code": "string", "label": "string", "hits": 0 } ]}
