mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Shareisland: replace special characters with wildcards
This commit is contained in:
@@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user