mirror of https://github.com/Jackett/Jackett
Revert "torrentcore: change keywordless search path. resolves #13347"
the latest page is back, and is usually at least 1 hour more up to date than searching with a plus.
This commit is contained in:
parent
df2db56570
commit
0c2d959df3
|
@ -57,7 +57,7 @@ download:
|
|||
|
||||
search:
|
||||
paths:
|
||||
- path: "search?s={{ if .Keywords }}{{ .Keywords }}{{ else }}+{{ end }}"
|
||||
- path: "{{ if .Keywords }}search?s={{ .Keywords }}{{ else }}index{{ end }}"
|
||||
# search is an exact match, there are no wild cards, or +word or AND/OR, and spaces and dots are treated uniquely
|
||||
|
||||
rows:
|
||||
|
|
Loading…
Reference in New Issue