From c4ab9ca40f04eb431052489d2036f68be76c0fcf Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Fri, 2 Feb 2024 22:55:00 +0000 Subject: [PATCH] trellas: fix breaking keywords filter. #15032 --- src/Jackett.Common/Definitions/trellas.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jackett.Common/Definitions/trellas.yml b/src/Jackett.Common/Definitions/trellas.yml index 8983220c6..4c4469b46 100644 --- a/src/Jackett.Common/Definitions/trellas.yml +++ b/src/Jackett.Common/Definitions/trellas.yml @@ -167,7 +167,7 @@ search: - name: replace # use this as a workaround till #893 is implemented args: ["Greys Anatomy", "Grey's Anatomy"] - name: re_replace - args: ["[^\\w\\d\\(\\)]+", "%"] + args: ["[^\\w\\d\\(\\)]+", "+"] inputs: $raw: "{{ range .Categories }}cid[]={{.}}&{{end}}" keywords: "{{ .Keywords }}"