Refinment > AND instead of OR
-
Hi all, thank you for the plugin. I’m researching the possiblity to implement typesearch in my prototyping to migrate away from FacetWP to Typesense. I have it up-and-running with facets and taxnomies and all. The only thing I can’t seem to manage / change is by checking 2 checkboxes in a facet that the POST does an AND instead of an OR on the taxonomy search query.
This is from the Typesense docs https://typesense.org/docs/27.1/api/search.html#filter-parameters- genres:=[Rock, Pop] will return documents where the genres array field contains Rock OR Pop.
- genres:=Rock && genres:=Acoustic will return documents where the genres array field contains both Rock AND Acoustic.
Because we would like to make the result-set narrower, instead of larger.
Looking forward to building on-top of Typesense.
Kind regards!
Jaime Martinez
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.