We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d54af97 commit c53df86Copy full SHA for c53df86
apps/api/src/search/searxng.ts
@@ -26,7 +26,7 @@ export async function searxng_search(
26
// location: options.location, //not possible with SearXNG
27
// num: options.num_results, //not possible with SearXNG
28
engines: process.env.SEARXNG_ENGINES || "",
29
- categories: process.env.SEARXNG_CATEGORIES || "general",
+ categories: process.env.SEARXNG_CATEGORIES || "",
30
pageno: options.page ?? 1,
31
format: "json"
32
};
0 commit comments