mirror of
https://github.com/intergalacticalvariable/reader.git
synced 2024-11-16 11:42:32 +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({
|
const r = await this.cachedWebSearch({
|
||||||
q: searchQuery,
|
q: searchQuery,
|
||||||
count: 5
|
count: 5
|
||||||
});
|
}, noCache);
|
||||||
|
|
||||||
const it = this.fetchSearchResults(customMode, r.web.results, crawlOpts, pageCacheTolerance);
|
const it = this.fetchSearchResults(customMode, r.web.results, crawlOpts, pageCacheTolerance);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user