filelisting: lowercase keywords only. resolves #12662

This commit is contained in:
ilike2burnthing
2021-12-08 01:14:38 +00:00
committed by GitHub
parent 6c61104307
commit e1cf0f033a

View File

@@ -32,6 +32,8 @@ search:
paths:
# https://filelisting.com/result?q=bad+batch
- path: "result{{ if .Keywords }}?q={{ .Keywords }}+in:title{{ else }}{{ end }}"
keywordsfilters:
- name: tolower
rows:
selector: table > tbody > tr:has(td.dn-title)