I've been checking out the <Curation feature> of t...
# community-help
g
I've been checking out the Curation feature of typesense which is awesome! I'm wondering if this is possible to achieve to specify filters for a Curation: when
query=*
with no filters exclude specific records, but when any filters (or specific filters) are applied no longer exclude those records. From the docs it looks like the curation is based solely on the query & there is no way to specify filters under which to apply the exclusion.
j
@Gabe O'Leary That's correct, currently curation only works for queries and not filters! I was thinking about this in the back of my head and was just waiting for someone to have a use-case for it. Could you put this in a Github issue feature request? In the meantime, one workaround would be to use the
pinned_hits
search parameter. So when you apply a
filter_by
, you can also add a
pinned_hits
parameter to specify which records to pin (essentially curate).