mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 04:38:20 +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
|
||||
subaction: search
|
||||
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 }}"
|
||||
sortby: "{{ .Config.sort }}"
|
||||
resorder: "{{ .Config.type }}"
|
||||
|
|
Loading…
Reference in a new issue