mirror of
https://github.com/Jackett/Jackett
synced 2024-12-28 19:04:09 +00:00
topnow: fix empty search (#8701)
This commit is contained in:
parent
f7d028cada
commit
98a5ef3124
1 changed files with 1 additions and 3 deletions
|
@ -24,9 +24,7 @@ settings: []
|
|||
search:
|
||||
paths:
|
||||
# https://topnow.se/index.php?search=
|
||||
- path: index.php
|
||||
inputs:
|
||||
search: "{{ .Keywords }}"
|
||||
- path: "index.php{{if .Keywords}}?search={{ .Keywords }}{{else}}{{end}}"
|
||||
keywordsfilters:
|
||||
# the site uses % for wildcard
|
||||
- name: re_replace
|
||||
|
|
Loading…
Reference in a new issue