Troubleshooting Typesense-Instantsearch Adapter Version Compatibility
TLDR Steve noticed JavaScript errors when using a specific typesense-instantsearch adapter with Instantsearch.js. Jason provided support but a solution is yet to be identified.
Jul 12, 2022 (14 months ago)
Steve
09:00 PM <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/instantsearch.production.min.js" integrity="sha256-LAGhRRdtVoD6RLo2qDQsU2mp+XVSciKRC8XPOBWmofM=" crossorigin="anonymous"></script>
<script src=""></script>
Jason
09:32 PMJason
09:32 PMSteve
09:33 PMSteve
09:33 PMSteve
09:33 PMSteve
09:34 PMJason
09:35 PMSteve
09:36 PMJason
09:36 PMSteve
09:37 PMSteve
09:37 PMTypesense
Indexed 2764 threads (79% resolved)
Similar Threads
Issue with Updated Javascript Dependencies in Typesense
em1nos faced an error after updating javascript dependencies. Jason suggested using `2.4.1-1` and to move 'query_by' to 'collectionSpecificSearchParameters' which solved the issue and was identified as a bug.

Issue with Typesense Instantsearch and Upgrading to React 18
Carl experienced problems updating packages for a project. VIVEK suggested disabling reactStrictMode, while Jason insisted on downgrading to React 17 due to compatibility issues. Carl eventually found a workaround.
Typesense Sorting Query and Bug Report
michtio is new to Typesense and is querying sorting implementation. Jason shares resources and suggests use of specific adapters. However, michtio shares a bug found when applying a filter on Typesense. Jason asks for a GitHub issue to be opened for the bug.
Implementing State Export Feature Using Typesense InstantSearch.js on Node.js Backend
Kyle needed help passing search state to backend for implementing an "Export" feature, while using Typesense InstantSearch. Jason provided multiple solutions including advice on using Typesense InstantSearch adapter. The issue was resolved after some iteration.

Using Typesense Instantsearch Adapter with React Native
Jason asked about the usage of Typesense Instantsearch adapter with React Native. Stephano replied that they are planning to try it in the future.
