torrentseeds: prepend keywords with plus. resolves #14254

This commit is contained in:
Garfield69
2023-04-15 17:30:28 +12:00
parent 402b1a2578
commit 6c8086a736

View File

@@ -91,6 +91,10 @@ search:
perPage: 100 perPage: 100
page: 1 page: 1
keywordsfilters:
- name: re_replace
args: ["(\\w+)", "+$1"] # prepend + to each word
rows: rows:
selector: data selector: data
attribute: attributes attribute: attributes
@@ -153,4 +157,4 @@ search:
minimumseedtime: minimumseedtime:
# 5 days (as seconds = 5 x 24 x 60 x 60) # 5 days (as seconds = 5 x 24 x 60 x 60)
text: 432000 text: 432000
# json UNIT3D 5.3.0 # json UNIT3D 5.3.0 custom