Wondering if it's possible to make OR queries with facets endpoints. for example - v1/search/facets/?params=name:apple,orange // returns all fruits which are either apple or orange. Regards