Querying Plan and Features of Typesense Cluster
TLDR Sean asked about a feature similar to Algolia's AI and filtering records. Kishore Nallan suggested creating an issue for the AI feature and using filter_by
for filtering.

Oct 06, 2021 (23 months ago)
Sean
11:54 AMAlso another feature request I wanted to ask about was the ability to filter out certain records by facet?
For example we have multiple version of a frontend for multiple clients.
All frontend use the same Typesense cluster and same collection of indexed records.
The records have a facet for manufacturers.
Not all clients need all manufacturers.
Kishore Nallan
11:57 AM2. Yes you can use
filter_by
for that. Kishore Nallan
11:58 AMfilter_by
condition into a scoped API key so that it is secure and people can't use the key to make requests targeted other manufactures.Sean
12:07 PM
Typesense
Indexed 2764 threads (79% resolved)
Similar Threads
Resolve Facets and Sorting Issues with Typesense
Ethan needed assistance with getting all facet values and sorting results by date using Typesense. Jason provided guidance on how to use Typesense properties to accomplish these tasks, and resolved issues related to specific use-cases provided by Ethan and Rushil.


Storing Documents with Multi-Category Facets
Ricardo wanted to know how to store a document with multiple categories as facets. Jason directed to add each category in a `string[]`, and set `category` as `facet: true`. Ricardo appreciated Jason's detailed comparisons of Typesense and Algolia and suggested creating a case study.


Moving from Algolia to Typesense: Questions and Answers
Juan sought advice from Kishore Nallan about moving from Algolia to Typesense, handling MultiSearch, setting parameters, checking imported documents, and a specific syntax query.
