rhblind/drf-haystack

Logical Operator OR query with facets endpoint

Opened this issue · 0 comments

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