click trackers: exact title only search. resolves #10887 (#10891)

big thanks to @adamwinn for all their help testing
This commit is contained in:
ilike2burnthing 2021-01-21 20:45:27 +00:00 committed by GitHub
parent 6d453e9bf3
commit 6a1319c308
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 19 additions and 4 deletions

View File

@ -72,10 +72,12 @@ search:
inputs:
$raw: "{{ range .Categories }}filter_cat[{{.}}]=1&{{end}}"
search: "{{ .Keywords }}"
titleonly: 1
# 0 Exact, 1 Fuzzy, 3 Parsed, 4 Simple # 2 Pure is not used
nonboolean: 0
rows:
selector: table[border="0"] > tbody > tr.ttable:has(a[href^="browse.php?cat="])
filters:
- name: andmatch
fields:
category:

View File

@ -115,6 +115,9 @@ search:
$raw: "{{ range .Categories }}filter_cat[{{.}}]=1&{{end}}"
search: "{{ .Keywords }}"
incldead: 1
titleonly: 1
# 0 Exact, 1 Fuzzy, 3 Parsed, 4 Simple # 2 Pure is not used
nonboolean: 0
rows:
selector: table[border="0"] > tbody > tr.ttable:has(a[href^="browse.php?cat="])

View File

@ -89,6 +89,9 @@ search:
inputs:
$raw: "{{ range .Categories }}filter_cat[{{.}}]=1&{{end}}"
search: "{{ .Keywords }}"
titleonly: 1
# 0 Exact, 1 Fuzzy, 3 Parsed, 4 Simple # 2 Pure is not used
nonboolean: 0
rows:
selector: table[border="0"] > tbody > tr.ttable:has(a[href^="browse.php?cat="])

View File

@ -70,11 +70,12 @@ search:
inputs:
$raw: "{{ range .Categories }}filter_cat[{{.}}]=1&{{end}}"
search: "{{ .Keywords }}"
titleonly: 1
# 0 Exact, 1 Fuzzy, 3 Parsed, 4 Simple # 2 Pure is not used
nonboolean: 0
rows:
selector: table[border="0"] > tbody > tr.ttable:has(a[href^="browse.php?cat="])
filters:
- name: andmatch
fields:
category:

View File

@ -89,6 +89,9 @@ search:
inputs:
$raw: "{{ range .Categories }}filter_cat[{{.}}]=1&{{end}}"
search: "{{ .Keywords }}"
titleonly: 1
# 0 Exact, 1 Fuzzy, 3 Parsed, 4 Simple # 2 Pure is not used
nonboolean: 0
rows:
selector: table[border="0"] > tbody > tr.ttable:has(a[href^="browse.php?cat="])

View File

@ -88,6 +88,9 @@ search:
inputs:
$raw: "{{ range .Categories }}filter_cat[{{.}}]=1&{{end}}"
search: "{{ .Keywords }}"
titleonly: 1
# 0 Exact, 1 Fuzzy, 3 Parsed, 4 Simple # 2 Pure is not used
nonboolean: 0
rows:
selector: table[border="0"] > tbody > tr.ttable:has(a[href^="browse.php?cat="])