mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
biathtorrents; prevent keywords concatenation. fix #14828
which turned a search for `star trek` into `startrek`
This commit is contained in:
@@ -29,7 +29,7 @@ search:
|
||||
keywordsfilters:
|
||||
# ignore ' (e.g. search for america's Next Top Model)
|
||||
- name: re_replace
|
||||
args: ["[^\\w]+", ""]
|
||||
args: ["[^\\w]+", " "]
|
||||
|
||||
rows:
|
||||
selector: $
|
||||
|
Reference in New Issue
Block a user