diff --git a/backend/functions/src/cloud-functions/searcher.ts b/backend/functions/src/cloud-functions/searcher.ts index 0aed772..8be10c8 100644 --- a/backend/functions/src/cloud-functions/searcher.ts +++ b/backend/functions/src/cloud-functions/searcher.ts @@ -168,7 +168,7 @@ export class SearcherHost extends RPCHost { const searchQuery = braveSearchExplicitOperators.addTo(ctx.req.path.slice(1)); const r = await this.cachedWebSearch({ q: searchQuery, - count: Math.floor(count * 2) + count: Math.floor(count + 2) }, crawlerOptions.noCache); if (!r.web?.results.length) {