torrentcore: change keywordless search path. resolves #13347

This commit is contained in:
Garfield69 2024-02-18 15:28:38 +13:00
parent 3f0bbc93c3
commit df2db56570
1 changed files with 1 additions and 1 deletions

View File

@ -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: