Slavik
07/10/2023, 5:12 PMawait this.client.operations.perform('cache/clear');
after importing the docs
await this.client.collections(index).documents().import(data, { action: 'update' });
my client config is
useServerSideSearchCache: true,
cacheSearchResultsForSeconds: 60,
and the search method is using
use_cache: true,