Limiting Fields in Query Results using Instantsearch.js
TLDR Chetan asked if results from query could return specific fields in instantsearch.js. Jason suggested using exclude_fields
search parameter.
1
Jul 05, 2023 (3 months ago)
Chetan
08:00 PMChetan
08:01 PMJason
08:02 PMexclude_fields
search parameterJason
08:02 PMChetan
09:10 PMadditionalSearchParameters
in the instantsearch adapter could accept all the normal search parameters - thanks Jason!1
Typesense
Indexed 2786 threads (79% resolved)
Similar Threads
Issues with Search UI for Vector Search
WL is building a search UI for vector search and having issues with syntax, while Jason provides context on the issue.
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.
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.