Fixed pager

This commit is contained in:
James Mills
2021-02-03 01:56:56 +10:00
parent 382fd677c3
commit 6dc7510e8f
6 changed files with 37 additions and 20 deletions

View File

@@ -57,10 +57,9 @@ type Context struct {
CachedTitle string
CachedContent string
Matches uint64
Duration time.Duration
Results Results
Pager *paginator.Paginator
SearchTook time.Duration
Results Results
Pager *paginator.Paginator
// Report abuse
ReportURL string