mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-06-20 22:56:44 +08:00
Update searxng.ts (#1319)
remove default categories. otherwise we cannot use engines
This commit is contained in:
parent
d54af97754
commit
c53df8650a
@ -26,7 +26,7 @@ export async function searxng_search(
|
||||
// location: options.location, //not possible with SearXNG
|
||||
// num: options.num_results, //not possible with SearXNG
|
||||
engines: process.env.SEARXNG_ENGINES || "",
|
||||
categories: process.env.SEARXNG_CATEGORIES || "general",
|
||||
categories: process.env.SEARXNG_CATEGORIES || "",
|
||||
pageno: options.page ?? 1,
|
||||
format: "json"
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user