Skip to content

Commit c53df86

Browse files
authored
Update searxng.ts (#1319)
remove default categories. otherwise we cannot use engines
1 parent d54af97 commit c53df86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/api/src/search/searxng.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export async function searxng_search(
2626
// location: options.location, //not possible with SearXNG
2727
// num: options.num_results, //not possible with SearXNG
2828
engines: process.env.SEARXNG_ENGINES || "",
29-
categories: process.env.SEARXNG_CATEGORIES || "general",
29+
categories: process.env.SEARXNG_CATEGORIES || "",
3030
pageno: options.page ?? 1,
3131
format: "json"
3232
};

0 commit comments

Comments
 (0)