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:
|
keywordsfilters:
|
||||||
# ignore ' (e.g. search for america's Next Top Model)
|
# ignore ' (e.g. search for america's Next Top Model)
|
||||||
- name: re_replace
|
- name: re_replace
|
||||||
args: ["[^\\w]+", ""]
|
args: ["[^\\w]+", " "]
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: $
|
selector: $
|
||||||
|
Reference in New Issue
Block a user