typesense / typesense

Open Source alternative to Algolia + Pinecone and an Easier-to-Use alternative to ElasticSearch ⚡ 🔍 ✨ Fast, typo tolerant, in-memory fuzzy Search Engine for building delightful search experiences

Home Page:https://typesense.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Curation not triggering on filter by queries

phinett opened this issue · comments

The docs say that the filter needs to exactly match, does that mean no other filters can be present on the query for it to work?

I have setup a curation with a filter:

categoryNames:'My Category Name'

On my frontend website, i am doing a filter query by the categoryNames, aswell as some other filters such as isPublished etc.

Should the curation still kick in?

Override / Curation by filter requires an exact string match on the filter_by used in the search query and the one set in the curation rule, including backticks, square brackets, spaces, etc.