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