Switching from Algolia to TypeSense for Project
TLDR Nikunj inquired about shifting their Algolia-based project to TypeSense. Kishore Nallan helped by suggesting to use the TypeSense Instantsearch Adapter and the browse method to export data from Algolia to TypeSense cloud.


Jan 24, 2023 (8 months ago)
Nikunj
07:58 AMWe are using the mentioned function directly from
react-instantsearch-dom
InstantSearch,
connectSearchBox,
Configure,
connectMenu,
connectRefinementList,
connectToggleRefinement,
connectStats,
connectInfiniteHits,
connectStateResults,
Panel
do we have alternative of these functions here in type-sense?
Kishore Nallan
08:03 AMNikunj
08:03 AMNikunj
08:04 AMNikunj
08:05 AMKishore Nallan
08:05 AMattributesToRetrieve
. To export all records, use an empty query: https://www.algolia.com/doc/api-reference/api-methods/browse/
Nikunj
08:06 AM
Typesense
Indexed 2764 threads (79% resolved)
Similar Threads
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.
Resolve Facets and Sorting Issues with Typesense
Ethan needed assistance with getting all facet values and sorting results by date using Typesense. Jason provided guidance on how to use Typesense properties to accomplish these tasks, and resolved issues related to specific use-cases provided by Ethan and Rushil.


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.
