mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-12 12:19:04 +08:00
fix(api/search): log page options correctly (#1572)
This commit is contained in:
parent
d8405de89d
commit
5fcd8bb041
@ -218,6 +218,7 @@ export async function searchController(req: Request, res: Response) {
|
||||
team_id: team_id,
|
||||
mode: "search",
|
||||
url: req.body.query,
|
||||
scrapeOptions: fromLegacyScrapeOptions(req.body.pageOptions, undefined, 60000, team_id),
|
||||
crawlerOptions: crawlerOptions,
|
||||
origin: origin,
|
||||
});
|
||||
|
@ -274,6 +274,7 @@ export async function searchController(
|
||||
team_id: req.auth.team_id,
|
||||
mode: "search",
|
||||
url: req.body.query,
|
||||
scrapeOptions: req.body.scrapeOptions,
|
||||
origin: req.body.origin,
|
||||
cost_tracking: costTracking,
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user