From abc56185c2fa9402118f392bf2b7d1f3e496fd3a Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Tue, 26 Oct 2021 19:09:11 +0200 Subject: fix typo --- config/services/web/searx/searx/engines.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') 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 -- cgit v1.2.3