torrentproject2: fix search by removing space replacement

This commit is contained in:
Bogdan 2024-01-18 06:23:57 +02:00
parent c8c3d2b4f8
commit 64a9d60e38
1 changed files with 0 additions and 3 deletions

View File

@ -71,9 +71,6 @@ search:
t: "{{ .Keywords }}" t: "{{ .Keywords }}"
orderby: "{{ if .Keywords }}{{ .Config.sort }}{{ else }}{{ end }}" orderby: "{{ if .Keywords }}{{ .Config.sort }}{{ else }}{{ end }}"
safe: "{{ if and .Keywords .Config.filter-verified }}on{{ else }}{{ end }}" safe: "{{ if and .Keywords .Config.filter-verified }}on{{ else }}{{ end }}"
keywordsfilters:
- name: re_replace
args: [" ", "+"]
rows: rows:
selector: "#similarfiles div:has(a[href^=\"/t\"])" selector: "#similarfiles div:has(a[href^=\"/t\"])"