mirror of
https://github.com/Jackett/Jackett.git
synced 2025-10-02 08:34:32 +02:00
proporno: search article for keywordless search (.Today.Year)
This commit is contained in:
@@ -44,7 +44,7 @@ search:
|
||||
subaction: search
|
||||
story: "{{ if .Keywords }}{{ .Keywords }}{{ else }}{{ .Today.Year }}{{ end }}"
|
||||
# 0 articles, 1 comments, 2 static, 3 titles
|
||||
titleonly: 3
|
||||
titleonly: "{{ if .Keywords }}3{{ else }}0{{ end }}"
|
||||
sortby: date
|
||||
resorder: desc
|
||||
showposts: 0
|
||||
|
Reference in New Issue
Block a user