mirror of
https://github.com/Jackett/Jackett.git
synced 2025-10-01 07:53:41 +02:00
torrentcore: change keywordless search path. resolves #13347
This commit is contained in:
@@ -57,7 +57,7 @@ download:
|
||||
|
||||
search:
|
||||
paths:
|
||||
- path: "{{ if .Keywords }}search?s={{ .Keywords }}{{ else }}index{{ end }}"
|
||||
- path: "search?s={{ if .Keywords }}{{ .Keywords }}{{ else }}+{{ end }}"
|
||||
# search is an exact match, there are no wild cards, or +word or AND/OR, and spaces and dots are treated uniquely
|
||||
|
||||
rows:
|
||||
|
Reference in New Issue
Block a user