Is there any plan on adding or is there already su...
# community-help
s
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.
k
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.
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.
s
Thanks you so much!
🙌 1