mirror of
https://github.com/Jackett/Jackett.git
synced 2025-10-03 08:57:46 +02:00
torrentcore: change keywordless search path. resolves #13347
This commit is contained in:
@@ -57,7 +57,7 @@ download:
|
|||||||
|
|
||||||
search:
|
search:
|
||||||
paths:
|
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
|
# search is an exact match, there are no wild cards, or +word or AND/OR, and spaces and dots are treated uniquely
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
|
Reference in New Issue
Block a user