Typo Tolerance 'min' and Menu item with static refinements #5894
Unanswered
AntoineDuComptoirDesPharmacies
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I don't think facet count is related to typo tolerance, but what I wonder is if the count actually is exhaustive, you can see that with the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
We encounter a strange behavior and we are wondering how to fix it.
Context :
Imagine you have an index with three items :
We have a static menu with the potential values :
"Any category", "Pants", "T-Shirt"
Our Typo tolerance is set to
min
.When arriving on the page, we have the following count :
When we search for query "BLUE", the count changes and become this, following typo tolerance min :
When we click on "T-Shirt", the count change again as the main query do not have anymore the results of "Pants" so typo tolerance change the result of "T-Shirt" for the same query. New count is :
Do you have any genius idea in order to get the following final state, something like asking "T-Shirt" query to take into account the potential typo of "Any category" :
Note : We can not filters hits after search result because we are using pagination of Algolia.
Thanks in advance for your enlightments !
Yours faithfully,
LCDP
Beta Was this translation helpful? Give feedback.
All reactions