Search & Index Seperation

This commit is contained in:
Simon Martens
2022-11-01 14:21:03 +01:00
parent 0ea6c61ff3
commit a6093e3246
10 changed files with 666 additions and 11 deletions

View File

@@ -9,7 +9,7 @@
@if (Model.Letters != null) {
<div class="ha-searchhead">
<h1>Briefauswahl</h1>
<h1>Suche</h1>
<div class="ha-searchnav">
@if (Model.AvailableYears != null && Model.AvailableYears.Any() && Model.AvailableYears.Count > 1) {
@for(var i = 0; i < Model.AvailableYears.Count; i++) {