fix: wrong pagination links for combined results Fixes: https://todo.sr.ht/~alanpearce/searchix/15
1 file changed, 1 insertion(+), 0 deletions(-)
changed files
M internal/components/results.go → internal/components/results.go
@@ -45,6 +45,7 @@ Span( Role("status"), g.Textf("%d results", r.Results.Total), ), + g.Text(" "), g.If(r.Next != r.Prev && r.Results.Total < config.MaxResultsShowAll, A(Href(r.All), g.Text("Show All")), ),