linkomanija: prepend + to each word (#14118)

This commit is contained in:
Bogdan 2023-03-03 22:55:55 +02:00 committed by GitHub
parent 80691060ea
commit a51fab1fc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 7 deletions

View File

@ -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: