Issue with "facet_query_num_typos" Parameter in typesenseInstantsearchAdapter v2.4.0
TLDR Ivan had trouble using the "facet_query_num_typos" parameter with Typescript in typesenseInstantsearchAdapter v2.4.0. Jason suggested ignoring the warning as it works, but also agreed to address the issue in future updates.
1
Mar 30, 2022 (19 months ago)
Ivan
02:23 PMJason
02:26 PMIvan
02:38 PM'facet_query_num_typos' does not exist in type 'SearchParametersOptionalQueryBy | SearchParametersWithQueryBy'.
Jason
02:45 PMIvan
03:37 PM1
Typesense
Indexed 2779 threads (79% resolved)
Similar Threads
Using "facet_query_num_typos" with Instantsearch
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.
Typesense Facet Query Issue and Resolution
Stefan wanted to have typesense return count: 0 for filtered out facets, which was not supported. They shared a workaround using a server data call. The solution involved adding "facets: [this.filterConfig.attribute]," for the server adapter to work. Kishore Nallan acknowledged the resolution.
Configuring InstantSearch.js Parameters and Comparing Search Results
John is having difficulty configuring InstantSearch.js parameters. Jason suggested how to utilize `facet_by` and `filter_by` widgets and advised checking network for search parameters. They also asked John to open an issue on the unexpected need for manual `_text_match` addition.