mirror of
https://github.com/intergalacticalvariable/reader.git
synced 2024-11-16 03:32:25 +08:00
fix: noCache in search
This commit is contained in:
parent
4556954d17
commit
0583645613
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user