mirror of https://github.com/Jackett/Jackett
torrentproject2: fix search by removing space replacement
This commit is contained in:
parent
c8c3d2b4f8
commit
64a9d60e38
|
@ -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\"])"
|
||||||
|
|
Loading…
Reference in New Issue