#community-help

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.

Powered by Struct AI
raised_hands1
4
23mo
Solved
Join the chat
Oct 06, 2021 (23 months ago)
Sean
Photo of md5-2d5361393096e40eccbe0d4cfa49f7de
Sean
11:54 AM
Is there any plan on adding or is there already support for an similar experience to Alogolia's AI results? Where the more searched for / clicked on results are sorted to the top of the initial results list.

Also 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
Photo of md5-4e872368b2b2668460205b409e95c2ea
Kishore Nallan
11:57 AM
1. We don't have an item on our backlog for Algolia AI like feature yet. Can you please create a GH issue for this -- we will certainly assess and plan it.
2. Yes you can use filter_by for that.
11:58
Kishore Nallan
11:58 AM
You can also embed the filter_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
Photo of md5-2d5361393096e40eccbe0d4cfa49f7de
Sean
12:07 PM
Thanks you so much!
raised_hands1