Is there a way to a facet disjunctive when using a facet query:
I have a query like this:
"filters": {
"all": [
{
"properties.Color": ["Black"]
}
]
},
"facets": {
"properties.Color": [
{
"type": "value",
"name": "color",
"sort": {
"count": "desc"
},
"size": 5
}
]
},
I would like the facet-result to return all colors so that I can query several colors and get results that has either color. While still allowing the user to pick more colors