torrenting: allow search by imdbid & SxxExx or date

https://github.com/Prowlarr/Prowlarr/issues/1603
This commit is contained in:
ilike2burnthing 2023-04-13 01:10:54 +01:00 committed by GitHub
parent 35186bc9ae
commit 007f012b44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}"