mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-12 06:59:03 +08:00
Update search.ts
This commit is contained in:
parent
d438b235f6
commit
e886189394
@ -139,7 +139,7 @@ export async function searchController(
|
||||
let limit = req.body.limit;
|
||||
|
||||
// Buffer results by 50% to account for filtered URLs
|
||||
const num_results_buffer = Math.floor(limit * 1.5);
|
||||
const num_results_buffer = Math.floor(limit * 2);
|
||||
|
||||
let searchResults = await search({
|
||||
query: req.body.query,
|
||||
|
Loading…
x
Reference in New Issue
Block a user