summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/services/web/searx/searx/engines.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/services/web/searx/searx/engines.nix b/config/services/web/searx/searx/engines.nix
index 3eefc5d..b794ed3 100644
--- a/config/services/web/searx/searx/engines.nix
+++ b/config/services/web/searx/searx/engines.nix
@@ -15,7 +15,7 @@ let
baseUrl + "?${queryKeyword}={query}"
# an invisible whitespace is added at the end of the query to prevent redirections
+ (optionalString preventRedirect "%E2%80%8E")
- + (optionalString (pageKeyword != null) "&${page_keyword}={page_no}");
+ + (optionalString (pageKeyword != null) "&${pageKeyword}={page_no}");
in {
services.searx.settings.engine = (disable [
# general