Clearing Search Cache Using Admin Panel or API
TLDR Jason asked about methods to clear search cache. Kishore Nallan suggested doing a POST to /operations/cache/clear.
Nov 08, 2022 (11 months ago)
Jason
04:51 AMKishore Nallan
04:55 AMJason
04:55 AMTypesense
Indexed 2786 threads (79% resolved)
Similar Threads
Manually Invalidating Cache in Typesense NPM Package Unsuccessful
Slavik asked about manually invalidating cache, with Kishore Nallan and Jason providing possible methods. These solutions did not resolve Slavik's issue, who was advised to open a GitHub issue for further investigation.
Improving Documentation for 'cacheSearchResultsForSeconds' Function
Edson suggested that 'cacheSearchResultsForSeconds' function should be included in official documentation. CaptainCodeman shared insights on using caching mechanisms for improving performance. Jason agreed and provided useful details about client-side and server-side caching options in Typesense.
Accessing Cached Data in Typesense InstantSearch Adapter
alex asked how to access cached data in Typesense InstantSearch adapter. Jason explained the difficulty in accessing cache entries due to the cache key being a hash of request parameters.