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