Triggering `refresh` Function in Typesense Adapter
TLDR em1nos figured out how to trigger the refresh
function in the Typesense adapter, while Jason provided additional information on cache management within the adapter.
2
1
Jul 17, 2021 (30 months ago)
em1nos
02:44 PMrefresh
function, without all this boilerplate code / custom connection.I am using the typesense adapter.
https://www.algolia.com/doc/guides/building-search-ui/going-further/improve-performance/vue/#caching
em1nos
02:55 PMem1nos
02:56 PM_this_.$refs.instantSearch.instantSearchInstance.refresh()
2
Jason
05:51 PMSee cacheSearchResultsForSeconds parameter in the readme file
1
Typesense
Indexed 3011 threads (79% resolved)
Similar Threads
Refreshing `react-instantsearch` Component Dynamically.
robert asked how to trigger a refresh of `react-instantsearch` to display dynamic uploads. Jason suggested using the `refresh` prop.
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.
Query on Menu RefinementList and Usage of Typesense with React-InstantSearch-Hooks
Dipankar wanted to refine menus using `react-instantsearch-dom` and inquired on Typesense's compatibility with `react-instantsearch-hooks`. Jason recommended using `connectCurrentRefinements` and confirmed Typesense's compatibility.