From df2db56570628ebe15595c04a1ce04d6a3069c21 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Sun, 18 Feb 2024 15:28:38 +1300 Subject: [PATCH] torrentcore: change keywordless search path. resolves #13347 --- 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 5094373de..725327170 100644 --- a/src/Jackett.Common/Definitions/torrentcore.yml +++ b/src/Jackett.Common/Definitions/torrentcore.yml @@ -57,7 +57,7 @@ download: search: paths: - - path: "{{ if .Keywords }}search?s={{ .Keywords }}{{ else }}index{{ end }}" + - path: "search?s={{ if .Keywords }}{{ .Keywords }}{{ else }}+{{ end }}" # search is an exact match, there are no wild cards, or +word or AND/OR, and spaces and dots are treated uniquely rows: