From 007f012b44f3072e2130fed80eb9c33baa786f2d Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Thu, 13 Apr 2023 01:10:54 +0100 Subject: [PATCH] torrenting: allow search by imdbid & SxxExx or date https://github.com/Prowlarr/Prowlarr/issues/1603 --- src/Jackett.Common/Definitions/torrenting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jackett.Common/Definitions/torrenting.yml b/src/Jackett.Common/Definitions/torrenting.yml index c2d654bfa..31ffed124 100644 --- a/src/Jackett.Common/Definitions/torrenting.yml +++ b/src/Jackett.Common/Definitions/torrenting.yml @@ -66,7 +66,7 @@ search: - path: t inputs: $raw: "{{ range .Categories }}{{.}}=&{{end}}" - q: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}" + q: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }} {{ else }}{{ end }}{{ .Keywords }}" qf: "{{ if .Query.IMDBID }}adv{{ else }}ti{{ end }}" free: "{{ if .Config.freeleech }}on{{ else }}{{ end }}"