mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2025-10-30 01:35:32 +00:00
BUGFIX: Paginierung Bände
This commit is contained in:
@@ -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 := "?"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user