Issue with Updated Javascript Dependencies in Typesense
TLDR 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.
1
Mar 31, 2022 (21 months ago)
em1nos
05:11 PMError: 400 - No search fields specified for the query
. InstantSearchAdapter. Am I missing something obvious that has changed in the last few months or so?Jason
05:14 PMJason
05:14 PMem1nos
05:17 PMem1nos
05:20 PMem1nos
05:23 PMem1nos
05:23 PMJason
06:02 PM2.4.1-1
just to be sure?Jason
06:05 PMem1nos
06:36 PMem1nos
06:37 PMJason
07:48 PMTypesense
Indexed 3011 threads (79% resolved)
Similar Threads
Troubleshooting Typesense-Instantsearch Adapter Version Compatibility
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.
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.
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.
Resolving Issues with 'React-InstantSearch'
robert was having trouble merging results from different collections using `react-instantsearch` and was facing issues with undefined highlight results. After much discussion, Jason provided a solution using `collectionSpecificSearchParameters` and `highlight_full_fields` to solve the problem.
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.