mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 19:58:38 +00:00
torrentview: use today.year for keywordless
as previous keyword is not returning results
This commit is contained in:
parent
b6233558c2
commit
f72a79b21b
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ search:
|
|||
gr_id: ""
|
||||
# search in: title
|
||||
sfl: wr_subject
|
||||
stx: "{{ if .Keywords }}{{ .Keywords }}{{ else }}금요일{{ end }}"
|
||||
stx: "{{ if .Keywords }}{{ .Keywords }}{{ else }}{{ .Today.Year }}{{ end }}"
|
||||
# search operand: or, and
|
||||
sop: and
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue