mirror of
https://github.com/Jackett/Jackett.git
synced 2025-10-02 16:42:01 +02:00
exttorrents: restore keyword search alongside imdbid (#16188)
This commit is contained in:
@@ -110,7 +110,7 @@ search:
|
|||||||
page: 2
|
page: 2
|
||||||
followredirect: true
|
followredirect: true
|
||||||
inputs:
|
inputs:
|
||||||
q: "{{ if .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}"
|
q: "{{ .Keywords }}"
|
||||||
sort: "{{ .Config.sort }}"
|
sort: "{{ .Config.sort }}"
|
||||||
order: "{{ .Config.type }}"
|
order: "{{ .Config.type }}"
|
||||||
# 0=last 24 hours, 1=last 3 days, 2=last week, 3=last 2 weeks, 4=last month
|
# 0=last 24 hours, 1=last 3 days, 2=last week, 3=last 2 weeks, 4=last month
|
||||||
|
Reference in New Issue
Block a user