mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
sharewood-api: trim commas from search term
This commit is contained in:
@@ -133,7 +133,7 @@ search:
|
||||
|
||||
keywordsfilters:
|
||||
- name: re_replace
|
||||
args: ["[\\:\\-\\/\\|\\(\\)]+", " "]
|
||||
args: ["[\\s\\:\\-\\/\\|\\(\\),]+", " "]
|
||||
|
||||
rows:
|
||||
selector: $
|
||||
|
Reference in New Issue
Block a user