mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2025-10-30 09:45:31 +00:00
Übernahme Suchbegriff und Typsuche
This commit is contained in:
@@ -15,13 +15,21 @@
|
||||
>
|
||||
-->
|
||||
<a
|
||||
href="/suche/baende"
|
||||
{{ if $model.Placeholder -}}
|
||||
href="/suche/baende?p={{ $model.Placeholder }}"
|
||||
{{- else -}}
|
||||
href="/suche/baende"
|
||||
{{- end -}}
|
||||
class="block no-underline text-xl"
|
||||
{{ if eq $model.Collection "baende" }}aria-current="page"{{- end -}}
|
||||
>Bänden</a
|
||||
>
|
||||
<a
|
||||
href="/suche/beitraege"
|
||||
{{ if $model.Placeholder -}}
|
||||
href="/suche/beitraege?p={{ $model.Placeholder }}"
|
||||
{{- else -}}
|
||||
href="/suche/beitraege"
|
||||
{{- end -}}
|
||||
class="block no-underline text-xl"
|
||||
{{ if eq $model.Collection "beitraege" }}aria-current="page"{{- end -}}
|
||||
>Beiträgen</a
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user