React Instantsearch Integration Rounding Float Issue
TLDR Edward reports a rounding issue in React Instantsearch integration which impacts facets. Jason guides through a potential solution, but the issue persists. Jason suggests opening a Github issue to explore more.



May 05, 2022 (16 months ago)
Edward
01:52 PMAny help is greatly appreciated.
Many thanks
Jason
02:40 PMKishore Nallan
02:53 PMEdward
02:56 PMIt also only seems to be numbers that are in facets. Other rounded numbers are not affected
Jason
03:14 PM0.23.0.rc62
?
Edward
03:21 PMJason
03:21 PMEdward
03:22 PMThank you. Will let you know if we still experience issues tomorrow

Jason
03:23 PMEdward
03:23 PM
Jason
03:25 PMJason
03:37 PMEdward
03:45 PMJason
03:46 PMEdward
03:53 PM• 1.23456
Edward
03:54 PM• 123.456
• 1234.56
etc
Edward
03:54 PM
Typesense
Indexed 2764 threads (79% resolved)
Similar Threads
Merging Results of Multi-Search Queries: Workarounds and Future Features
Julian wanted to merge results from two similar collections. Kishore Nallan confirmed it's a feature that might be implemented but hasn't been prioritised. Both Julian and robert plan to use client-side solutions for now.
Resolving Typesense Result Issue in Document Collection Queries
Mike was encountering errors when searching for specific query in their Typesense document collection. Jason suggested it may be due to the `drop_tokens_threshold` setting. There was a misunderstanding but after further explanation from Jason, Mike understood and decided to continue the conversation via email.

Troubleshooting Issues with DocSearch Hits and Scraper Configuration
Rubai encountered issues with search result priorities and ellipsis. Jason helped debug the issue and suggested using different versions of typesense-docsearch.js, updating initialization parameters, and running the scraper on a Linux-based environment. The issues related to hits structure and scraper configuration were resolved.



Network Errors and Duplicate Requests in Typesense
Ethan and Rushil were experiencing more than 300 network errors and duplicate requests from Typesense. After rigorous troubleshooting, Jason identified the issue as an Instantsearch-induced multiple re-rendering and implemented a fix. Multiple requests reduced, but networking errors persisted, suggested to be due to client-side internet connectivity.



Custom MenuSelect Component Error with Different Facet Lists
KARTHICK and Uma face the same issue with a custom menuselect component. Jason suggests asking in the instantsearch GitHub repo.