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 (5 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 3015 threads (79% resolved)
Similar Threads
Resolving Embedding Distance Threshold Error Query Using '*'
Walter was having trouble using the embedding distance threshold which gave out an error with a '*'. Kishore Nallan clarified the issue and suggested a solution. Jason also provided a link to help dynamically set typesense-instantsearch-adapter parameters for future inquiries. The issue was resolved by their inputs.
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.