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