mirror of
https://github.com/Jackett/Jackett
synced 2025-03-04 18:59:01 +00:00
ildragonero: add wildcard to keywordless search. #8148
This commit is contained in:
parent
32d4a83591
commit
76cf5627de
1 changed files with 1 additions and 1 deletions
|
@ -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 }}{{ .Today.Year }}*{{ end }}"
|
||||||
# all, any
|
# all, any
|
||||||
terms: all
|
terms: all
|
||||||
# Search in subforums: yes 1, no 0
|
# Search in subforums: yes 1, no 0
|
||||||
|
|
Loading…
Add table
Reference in a new issue