mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
trellas: fix breaking keywords filter. #15032
This commit is contained in:
@@ -167,7 +167,7 @@ search:
|
|||||||
- name: replace # use this as a workaround till #893 is implemented
|
- name: replace # use this as a workaround till #893 is implemented
|
||||||
args: ["Greys Anatomy", "Grey's Anatomy"]
|
args: ["Greys Anatomy", "Grey's Anatomy"]
|
||||||
- name: re_replace
|
- name: re_replace
|
||||||
args: ["[^\\w\\d\\(\\)]+", "%"]
|
args: ["[^\\w\\d\\(\\)]+", "+"]
|
||||||
inputs:
|
inputs:
|
||||||
$raw: "{{ range .Categories }}cid[]={{.}}&{{end}}"
|
$raw: "{{ range .Categories }}cid[]={{.}}&{{end}}"
|
||||||
keywords: "{{ .Keywords }}"
|
keywords: "{{ .Keywords }}"
|
||||||
|
Reference in New Issue
Block a user