Actions
Feature #94798
closedImprove pagination of indexed_search
Status:
Closed
Priority:
Should have
Assignee:
Category:
Indexed Search
Target version:
Start date:
2021-08-11
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
IndexedSearch uses a VH which encapsulates the logic of the pagination but it also includes the HTML which makes it impossible to change the styling of the pagination without using a custom ViewHelper or xclassing the one of the core.
As a solution:
- move the rendering logic to the template
- add a new VH to avoid breaking changes
- deprecate the old VH
Actions