trellas: fix breaking keywords filter. #15032

This commit is contained in:
ilike2burnthing 2024-02-02 22:55:00 +00:00 committed by GitHub
parent ca02a0e6da
commit c4ab9ca40f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}"