updated SearXNG search
All checks were successful
Run Integration Tests / test (push) Successful in 34s

This commit is contained in:
partisan 2025-01-11 23:06:48 +01:00
parent 24c7a09479
commit 234f1dd3be
2 changed files with 173 additions and 26 deletions

View file

@ -14,7 +14,7 @@ func init() {
{Name: "LibreX", Func: wrapTextSearchFunc(PerformLibreXTextSearch)},
{Name: "Brave", Func: wrapTextSearchFunc(PerformBraveTextSearch)},
{Name: "DuckDuckGo", Func: wrapTextSearchFunc(PerformDuckDuckGoTextSearch)},
// {Name: "SearXNG", Func: wrapTextSearchFunc(PerformSearXNGTextSearch), Weight: 2}, // Uncomment when implemented
// {Name: "SearXNG", Func: wrapTextSearchFunc(PerformSearXTextSearch)}, // Always says StatusCode: 429
}
}