mirror of
https://github.com/Jackett/Jackett
synced 2025-01-31 20:02:08 +00:00
hdreactor: fix search query. resolves #6806
This commit is contained in:
parent
cd39b17307
commit
0046fb2a13
1 changed files with 2 additions and 0 deletions
|
@ -67,6 +67,8 @@
|
||||||
do: search
|
do: search
|
||||||
subaction: search
|
subaction: search
|
||||||
showposts: 1
|
showposts: 1
|
||||||
|
# 0 in article 1 in comments 2 in static pages 3 in article titles
|
||||||
|
titleonly: 3
|
||||||
story: "{{ if .Keywords }}{{ .Keywords }}{{ else }}2019{{ end }}"
|
story: "{{ if .Keywords }}{{ .Keywords }}{{ else }}2019{{ end }}"
|
||||||
sortby: "{{ .Config.sort }}"
|
sortby: "{{ .Config.sort }}"
|
||||||
resorder: "{{ .Config.type }}"
|
resorder: "{{ .Config.type }}"
|
||||||
|
|
Loading…
Reference in a new issue