summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2021-10-26 19:09:11 +0200
committerQuentin Aristote <quentin@aristote.fr>2021-10-26 19:09:11 +0200
commitabc56185c2fa9402118f392bf2b7d1f3e496fd3a (patch)
tree92a95f41604f0a33956d1a3773dac74dd4d3cf82 /config
parent610b3a3f7a37e6a6c545a63d989672876ec7b9fe (diff)
fix typo
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 ce5a1e9..7c97936 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) "&${pageKeyword}={page_no}");
+ + (optionalString (pageKeyword != null) "&${pageKeyword}={pageno}");
in {
services.searx.settings.engines = (disable [
# general