typesense / typesense

Open Source alternative to Algolia + Pinecone and an Easier-to-Use alternative to ElasticSearch ⚡ 🔍 ✨ Fast, typo tolerant, in-memory fuzzy Search Engine for building delightful search experiences

Home Page:https://typesense.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request] Tracking popular filters and sorts

sol-glofy opened this issue · comments

Description

I want to implement this https://typesense.org/docs/26.0/api/analytics-query-suggestions.html#query-suggestions
but not only to query suggestions, but also to filter_by suggestions and also sort_by suggestions, it is possible to do it in the same collection "product_queries"? Or maybe one collection per field?
I tried and did not work, I assume it is because of the rule Configuration
"type": "popular_queries"
that only saves queries.

Expected Behavior

a collection with the most used filters and sorts

Actual Behavior

doesn't exists the possibility

We only support popular queries at the moment but tracking other parameters are on our road map.