torrentz2eu: prefix keywords wtth plus. resolves #10959

This commit is contained in:
Garfield69 2023-12-11 07:44:40 +13:00
parent f11161bfbf
commit 4077c37e7d
1 changed files with 3 additions and 0 deletions

View File

@ -80,6 +80,9 @@ search:
page: 2 page: 2
inputs: inputs:
q: "{{ if .Keywords }}{{ .Keywords }}{{ else }}+{{ end }}" q: "{{ if .Keywords }}{{ .Keywords }}{{ else }}+{{ end }}"
keywordsfilters:
- name: re_replace
args: ["(\\w+)", "+$1"] # prepend + to each word
rows: rows:
selector: table.table-responsive > tbody > tr selector: table.table-responsive > tbody > tr