mirror of https://github.com/Jackett/Jackett
Shareisland: replace special characters with wildcards
This commit is contained in:
parent
53e2d9e9cd
commit
fbfee66c7b
|
@ -75,7 +75,7 @@
|
|||
p: "torrents"
|
||||
pid: "32"
|
||||
$raw: "{{range .Categories}}cid[]:{{.}}&{{end}}"
|
||||
keywords: "{{ .Query.Keywords }}"
|
||||
keywords: "{{ re_replace .Query.Keywords \"[^a-zA-Z0-9]+\" \"%\" }}"
|
||||
search_type: "name"
|
||||
searchin: "title"
|
||||
|
||||
|
|
Loading…
Reference in New Issue