mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
Add search form
This commit is contained in:
parent
af15412954
commit
6d0dc451e4
20 changed files with 383 additions and 49 deletions
|
@ -17,6 +17,7 @@ type pagination struct {
|
|||
ShowPrev bool
|
||||
NextOffset int
|
||||
PrevOffset int
|
||||
SearchQuery string
|
||||
}
|
||||
|
||||
func (c *Controller) getPagination(route string, total, offset int) pagination {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue