From 0c2d959df3ed1a7f985ded8cfe1e4d5e5baeb1f9 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Sun, 18 Feb 2024 21:06:32 +1300 Subject: [PATCH] Revert "torrentcore: change keywordless search path. resolves #13347" the latest page is back, and is usually at least 1 hour more up to date than searching with a plus. --- src/Jackett.Common/Definitions/torrentcore.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jackett.Common/Definitions/torrentcore.yml b/src/Jackett.Common/Definitions/torrentcore.yml index 725327170..5094373de 100644 --- a/src/Jackett.Common/Definitions/torrentcore.yml +++ b/src/Jackett.Common/Definitions/torrentcore.yml @@ -57,7 +57,7 @@ download: search: paths: - - path: "search?s={{ if .Keywords }}{{ .Keywords }}{{ else }}+{{ end }}" + - path: "{{ if .Keywords }}search?s={{ .Keywords }}{{ else }}index{{ end }}" # search is an exact match, there are no wild cards, or +word or AND/OR, and spaces and dots are treated uniquely rows: