summaryrefslogtreecommitdiff
path: root/config/services/web
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2021-11-26 11:49:16 +0100
committerQuentin Aristote <quentin@aristote.fr>2021-11-26 11:49:16 +0100
commitd0c1bfd2a6121c75453a8fe5c4a720c11762b186 (patch)
tree2b8814544cec24f41b0f2ae59b1a4c887942818a /config/services/web
parentf208491611b0647336f989d920524a6cd24c2090 (diff)
prevent redirect using api instead of invisible space
Diffstat (limited to 'config/services/web')
-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 a69ff2b..f11096a 100644
--- a/config/services/web/searx/searx/engines.nix
+++ b/config/services/web/searx/searx/engines.nix
@@ -74,7 +74,7 @@ in {
baseUrl = "https://alternativeto.net/browse/search";
queryKeyword = "q";
pageKeyword = "p";
- preventRedirect = true;
+ extraParameters = { ignoreExactMatch = "true"; };
};
results_xpath = ''
//article[@class="row app-list-item"]/div[@class="col-xs-10 col-sm-10 col-md-11 col-lg-offset-1 col-lg-11"]'';