Ü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

@@ -303,7 +303,7 @@ func (p SearchParameters) ToQueryParamsBaende() string {
}
func (p SearchParameters) IsBeitraegeSearch() bool {
return p.Collection == "beitraege" && (p.Query != "" || p.AlmString != "" || p.AnnotationsString != "" || p.PersonsString != "" || p.TitleString != "" || p.YearString != "" || p.EntryString != "" || p.IncipitString != "")
return p.Collection == "beitraege" && (p.Query != "" || p.TypeString != "" || p.AlmString != "" || p.AnnotationsString != "" || p.PersonsString != "" || p.TitleString != "" || p.YearString != "" || p.EntryString != "" || p.IncipitString != "")
}
func (p SearchParameters) IsBaendeSearch() bool {