mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Merge branch 'master' of https://github.com/Jackett/Jackett
This commit is contained in:
@@ -78,6 +78,13 @@
|
|||||||
path: torrents-search.php
|
path: torrents-search.php
|
||||||
|
|
||||||
search:
|
search:
|
||||||
|
keywordsfilters:
|
||||||
|
- name: replace
|
||||||
|
args: ["-", " "] # remove special search character (negative search)
|
||||||
|
- name: replace
|
||||||
|
args: ["+", " "] # remove special search character (positive search)
|
||||||
|
- name: re_replace
|
||||||
|
args: ["(\\w+)", " +$1"] # prepend + to each word
|
||||||
paths:
|
paths:
|
||||||
- path: torrents-search.php
|
- path: torrents-search.php
|
||||||
inputs:
|
inputs:
|
||||||
|
Reference in New Issue
Block a user