mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
7torrents: change keyword-less search. resolves #7772
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
paths:
|
||||
- path: search
|
||||
inputs:
|
||||
query: "{{ if .Keywords }}{{ .Keywords }}{{else}}2020{{end}}"
|
||||
query: "{{ if .Keywords }}{{ .Keywords }}{{else}} {{end}}"
|
||||
sort: "{{ .Config.sort }}"
|
||||
|
||||
rows:
|
||||
|
Reference in New Issue
Block a user