mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
rintor: switch andmatch for re_replace
This commit is contained in:
@@ -144,11 +144,12 @@ search:
|
|||||||
# despite the all words flag the search engine returns anywords matching.
|
# despite the all words flag the search engine returns anywords matching.
|
||||||
allw: 1
|
allw: 1
|
||||||
$raw: "{{ if .Categories }}{{range .Categories}}&f[]={{.}}{{end}}{{else}}&f[]=-1{{end}}"
|
$raw: "{{ if .Categories }}{{range .Categories}}&f[]={{.}}{{end}}{{else}}&f[]=-1{{end}}"
|
||||||
|
keywordsfilters:
|
||||||
|
- name: re_replace
|
||||||
|
args: ["(\\w+)", " +$1"] # prepend + to each word
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: tr[id^="tor_"]
|
selector: tr[id^="tor_"]
|
||||||
filters:
|
|
||||||
- name: andmatch
|
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
category:
|
category:
|
||||||
|
Reference in New Issue
Block a user