mirror of
https://git.mirrors.martin98.com/https://github.com/jina-ai/reader
synced 2025-08-14 18:36:09 +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…
x
Reference in New Issue
Block a user