Hi, I have a question regarding to <Curation> Is ...
# community-help
z
Hi, I have a question regarding to Curation Is it possible to define a Curation that only gets triggered when the query string is
*
and there's no
filter_by
sent? Scenario in our case is that we want to pin certain results when users are searching
*
but not applying any of our facet filters; as soon as they apply one of those face filters, we do not want to override and pin those results
j
There is an enable_overrides search parameter using which can conditionally disable overrides using any business logic you need
1