mirror of https://github.com/Jackett/Jackett
dark shadow: switch to searching description plus andmatch. resolves #10788
This commit is contained in:
parent
14ca275971
commit
ffeca78ca8
|
@ -139,12 +139,15 @@ search:
|
|||
$raw: "{{ range .Categories }}c{{.}}=1&{{end}}"
|
||||
search: "{{ .Keywords }}"
|
||||
# 0 name, 1 descr, 2 both
|
||||
blah: 0
|
||||
# name searching is broken. #10788
|
||||
blah: 1
|
||||
orderby: "{{ .Config.sort }}"
|
||||
sort: "{{ .Config.type }}"
|
||||
|
||||
rows:
|
||||
selector: "div.selection_wrap{{ if .Config.freeleech }}:root:has(div.onlyup){{ else }}{{ end }}"
|
||||
filters:
|
||||
- name: andmatch
|
||||
|
||||
fields:
|
||||
category:
|
||||
|
|
Loading…
Reference in New Issue