Filter collection
The Filter Collection Resource is a Collection Resource containing zero or more filter resources representing facet values that have been applied and are part of the search query. It also contains additional properties:
Name |
Type |
Description |
---|---|---|
properties |
Object |
A dictionary object containing the properties and values. |
values |
Array |
An array of filters. |
Example:
RequestResponse
{
"properties": {
"title": "Type",
"operator": "Equals",
"IsFixed": false
},
"values": [
The array of facet values
]
}