mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
ildragonero: hardcode year for keywordless search. #8148
This commit is contained in:
@@ -139,7 +139,7 @@ search:
|
|||||||
- name: re_replace
|
- name: re_replace
|
||||||
args: ["(\\w+)", "+$1"] # prepend + to each word
|
args: ["(\\w+)", "+$1"] # prepend + to each word
|
||||||
inputs:
|
inputs:
|
||||||
keywords: "{{ if .Keywords }}{{ .Keywords }}{{ else }}{{ .Today.Year }}*{{ end }}"
|
keywords: "{{ if .Keywords }}{{ .Keywords }}{{ else }}2025{{ end }}"
|
||||||
# all, any
|
# all, any
|
||||||
terms: all
|
terms: all
|
||||||
# Search in subforums: yes 1, no 0
|
# Search in subforums: yes 1, no 0
|
||||||
|
Reference in New Issue
Block a user