classix: use alternate method of andmatch. for #4788

This commit is contained in:
Garfield69 2019-03-04 06:00:02 +13:00
parent b33f5764ef
commit 6428a7134b
1 changed files with 1 additions and 3 deletions

View File

@ -34,11 +34,9 @@
- path: torrents-search.php
inputs:
$raw: "{{range .Categories}}filter_cat[{{.}}]=1&{{end}}"
search: "{{ .Query.Keywords }}"
search: "{{if .Keywords}}\"{{.Keywords}}\"{{else}}{{end}}"
rows:
selector: table > tbody > tr:has(a[href^="torrents.php?cat="])
filters:
- name: andmatch
fields:
category:
text: 1