Paging search results
Registered by
Marcelo Bonatto
Insert a page area to split results in group of 20 registers.
Blueprint information
- Status:
- Started
- Approver:
- None
- Priority:
- Medium
- Drafter:
- None
- Direction:
- Needs approval
- Assignee:
- None
- Definition:
- Approved
- Series goal:
- Accepted for 2.0
- Implementation:
-
Beta Available
- Milestone target:
-
2.0.0
- Started by
- Marcelo Bonatto
- Completed by
Related branches
Related bugs
Sprints
Whiteboard
Today search results is listed in a big list, without limits. In this page will have a split of registers, divided in group of 20 registers. Footer will have this configuration:
- First: will to first page;
- Prev: will to previous page (current page - 1);
- Next: will to next page (current page + 1);
- Last: will to last page;
- 1 to n: will to page number;
- ... : will to next page of limit. For example: footer shows 1 throw 10. "..." will go to page 11.
For SQL, will be MySQL keyword LIMIT.
(?)