mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2025-10-29 17:25:32 +00:00
Notfifications /reihen
This commit is contained in:
@@ -43,7 +43,7 @@ func (p *ReihePage) Setup(router *router.Router[*core.RequestEvent], app core.Ap
|
||||
return Error404(e, engine, err, data)
|
||||
}
|
||||
|
||||
data["relations"] = rmap
|
||||
data["relations"] = rmap[reihe.Id]
|
||||
data["entries"] = emap
|
||||
|
||||
return p.Get(e, engine, data)
|
||||
|
||||
@@ -151,7 +151,6 @@ func (p *ReihenPage) PlaceRequest(app core.App, engine *templating.Engine, e *co
|
||||
}
|
||||
|
||||
// TODO: Suchverhalten bei gefilterten Personen, Orten und Jahren
|
||||
// TODO: FTS-Suche für alt. Ergebnisse
|
||||
func (p *ReihenPage) SearchRequest(app core.App, engine *templating.Engine, e *core.RequestEvent) error {
|
||||
search := e.Request.URL.Query().Get(PARAM_SEARCH)
|
||||
data := map[string]interface{}{}
|
||||
|
||||
Reference in New Issue
Block a user