efectodoppler: fix search. resolves #6929

This commit is contained in:
Garfield69 2020-01-12 16:00:21 +13:00
parent 5e8493bc9a
commit d460369545
1 changed files with 4 additions and 2 deletions

View File

@ -60,8 +60,9 @@
paths: paths:
- path: torrents.php - path: torrents.php
inputs: inputs:
artistname: "{{ if .Query.Artist }}{{ .Query.Artist }}{{else}}{{end}}" searchstr: "{{ .Keywords }}"
groupname: "{{ if .Query.Artist }}{{else}}{{ .Keywords }}{{end}}" artistname: "{{ .Query.Artist }}"
groupname: "{{ .Query.Album }}"
order_by: "{{ .Config.sort }}" order_by: "{{ .Config.sort }}"
order_way: "{{ .Config.type }}" order_way: "{{ .Config.type }}"
@ -117,3 +118,4 @@
case: case:
strong.torrent_label[title*="Neutral"]: 0 strong.torrent_label[title*="Neutral"]: 0
"*": 1 "*": 1
# engine n/a