Filter Specifications and Workarounds in Typesense Curation Feature
TLDR Gabe asked about specifying filters in Typesense's curation feature. Jason confirmed its current limitations, proposed the use of pinned_hits
as a workaround, and asked for a Github feature request.
Jul 29, 2021 (28 months ago)
Gabe
12:05 AMI'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.
Jason
01:02 AMIn 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).Typesense
Indexed 2779 threads (79% resolved)
Similar Threads
Discussion on Curations on Typesense Cloud
Ryan had questions about curations related to filters on Typesense Cloud. Jason offered solutions, including updating to an RC build for filtered curations and checking filter application settings for pinned items.
Improving Search Hits in Typesense with User Feedback
Krish asked how to improve search hits based on user input. Kishore Nallan answered Typesense would allow manual curation and informed of upcoming updates.
Modifying Search Response in Typesense
Sai asked about modifying search responses in Typesense. Kishore Nallan suggested using curated results or pinned hits to customize result positions and shared related documentation links.