piratesparadise: use year for keywordless. resolves #15932

This commit is contained in:
Garfield69
2025-05-10 05:41:33 +12:00
parent 51fbb82da1
commit f4f1c0a33d

View File

@@ -23,7 +23,9 @@ settings:
search:
paths:
- path: "{{ if .Keywords }}search.php?q={{ .Keywords }}{{ else }}index.php{{ end }}"
- path: search.php
inputs:
q: "{{ if .Keywords }}{{ .Keywords }}{{ else }}{{ .Today.Year }}{{ end }}"
rows:
selector: table > tbody > tr