mirror of
https://github.com/Jackett/Jackett
synced 2024-12-27 02:09:24 +00:00
This commit is contained in:
parent
37bcc719a5
commit
4597590b49
2 changed files with 6 additions and 0 deletions
|
@ -209,6 +209,9 @@ search:
|
|||
- name: replace
|
||||
args: [" ", " "]
|
||||
- name: trim
|
||||
# put each word in quotations to prevent exact phrase search
|
||||
- name: re_replace
|
||||
args: ["(\\w+)", "\"$1\""]
|
||||
paths:
|
||||
- path: "engine/search?category={{ .Config.category }}&name={{ .Keywords }}&description=&file=&uploader=&sub_category=&do=search&order={{ .Config.type }}&sort={{ .Config.sort }}"
|
||||
followredirect: true
|
||||
|
|
|
@ -217,6 +217,9 @@ search:
|
|||
- name: replace
|
||||
args: [" ", " "]
|
||||
- name: trim
|
||||
# put each word in quotations to prevent exact phrase search
|
||||
- name: re_replace
|
||||
args: ["(\\w+)", "\"$1\""]
|
||||
paths:
|
||||
- path: "engine/search?category={{ .Config.category }}&name={{ .Keywords }}&description=&file=&uploader=&sub_category=&do=search&order={{ .Config.type }}&sort={{ .Config.sort }}"
|
||||
followredirect: true
|
||||
|
|
Loading…
Reference in a new issue