mirror of https://github.com/Jackett/Jackett
linkomanija: prepend + to each word (#14118)
This commit is contained in:
parent
80691060ea
commit
a51fab1fc9
|
@ -58,11 +58,6 @@ settings:
|
|||
type: password
|
||||
label: Password
|
||||
|
||||
# - name: andmatch
|
||||
# type: checkbox
|
||||
# label: Accept non english characters in torrent names (get more results)
|
||||
# default: true
|
||||
|
||||
- name: searchindesc
|
||||
type: checkbox
|
||||
label: Search in torrent description (get more results)
|
||||
|
@ -88,10 +83,12 @@ search:
|
|||
incldead: 1
|
||||
searchindesc: "{{ .Config.searchindesc }}"
|
||||
|
||||
keywordsfilters:
|
||||
- name: re_replace
|
||||
args: ["(\\w+)", "+$1"] # prepend + to each word
|
||||
|
||||
rows:
|
||||
selector: table> tbody > tr:has(a[href^="details?"])
|
||||
# filters:
|
||||
# - name: "{{ if .Config.andmatch }}andmatch{{ else }}{{ end }}" Currently, -name must be simple string, not a variable
|
||||
|
||||
fields:
|
||||
category:
|
||||
|
|
Loading…
Reference in New Issue