#community-help

Using "facet_query_num_typos" with Instantsearch

TLDR Phil wanted to use "facet_query_num_typos" with instantsearch which was not functioning as per the documentation. Jason suggested using it with additionalSearchParameters while instantiating the adapter.

Powered by Struct AI
+11
Jul 08, 2022 (14 months ago)
Phil
Photo of md5-0ca37054c6c9042aa04fcfb92cc7d99c
Phil
09:20 PM
Is there a way to use "facet_query_num_typos" with instantsearch? Documentation shows that the default should be 2 but it currently doesn't seem to be allowing any typo tolerance when testing so I'm trying to set it explicitly Need to do a little more testing, might be something on my front end
Jason
Photo of md5-8813087cccc512313602b6d9f9ece19f
Jason
10:28 PM
You can use it with additionalSearchParameters when instantiating the adapter
+11