This commit is contained in:
kaso17
2017-11-13 16:55:12 +01:00

View File

@@ -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: