Übernahme Suchbegriff und Typsuche

This commit is contained in:
Simon Martens
2025-03-13 13:45:48 +01:00
parent 962ffcca17
commit 96153381fb
6 changed files with 40 additions and 19 deletions

View File

@@ -7,7 +7,7 @@
<div class="flex flex-row justify-between gap-x-3 w-full">
<label for="q" class="hidden">Suchbegriffe</label>
<input
{{ if $q }}value="{{ $q }}"{{- end }}
value="{{ $parameters.Placeholder }}"
type="search"
name="q"
minlength="3"