BUGFIX: Paginierung Bände

This commit is contained in:
Simon Martens
2025-03-07 16:39:19 +01:00
parent 8409b4fcfb
commit 88bba693df
8 changed files with 139 additions and 49 deletions

View File

@@ -172,6 +172,10 @@ func (p SearchParameters) includedParams(q string) []string {
return res
}
func (p SearchParameters) SortToQueryParams() string {
return fmt.Sprintf("&sort=%s", p.Sort)
}
func (p SearchParameters) ToQueryParamsBeitraege() string {
q := "?"