fix: noCache in search

This commit is contained in:
Yanlong Wang 2024-05-16 00:42:30 +08:00
parent 4556954d17
commit 0583645613
No known key found for this signature in database
GPG Key ID: C0A623C0BADF9F37

View File

@ -212,7 +212,7 @@ export class SearcherHost extends RPCHost {
const r = await this.cachedWebSearch({
q: searchQuery,
count: 5
});
}, noCache);
const it = this.fetchSearchResults(customMode, r.web.results, crawlOpts, pageCacheTolerance);