<@U01NZ4D0LDD> looks like it did not help :disappo...
# community-help
s
@Jason Bosco looks like it did not help 😞 I am doing
Copy code
await this.client.operations.perform('cache/clear');
after importing the docs
Copy code
await this.client.collections(index).documents().import(data, { action: 'update' });
my client config is
Copy code
useServerSideSearchCache: true,
cacheSearchResultsForSeconds: 60,
and the search method is using
Copy code
use_cache: true,