mirror of https://github.com/Jackett/Jackett
torrentslocal: add input allw
last time I'm touching this, promise ;)
This commit is contained in:
parent
66bc1f367e
commit
55feba49ac
|
@ -607,6 +607,8 @@ search:
|
||||||
nm: "{{ .Keywords }}"
|
nm: "{{ .Keywords }}"
|
||||||
# find a username
|
# find a username
|
||||||
pn: ""
|
pn: ""
|
||||||
|
# all words
|
||||||
|
allw: 1
|
||||||
keywordsfilters:
|
keywordsfilters:
|
||||||
- name: re_replace
|
- name: re_replace
|
||||||
args: ["(\\w+)", " +$1"] # prepend + to each word
|
args: ["(\\w+)", " +$1"] # prepend + to each word
|
||||||
|
|
Loading…
Reference in New Issue