Skip to content
Snippets Groups Projects
Commit 23cf13e8 authored by Andreas Fernandez's avatar Andreas Fernandez Committed by Benni Mack
Browse files

[TASK] Add pagination to LiveSearch

The `SearchRepository` class used in the LiveSearch is now able to
handle pagination, allowing to render a pagination in the search modal
window. The `SearchProviderInterface` received a new method `count()`
used to calculcate the amount of potential results.

Since pagination is available now, the "Show all" button in the
LiveSearch serves no real purpose anymore and is therefore removed.

Resolves: #100289
Releases: main
Change-Id: I2f1f431d8d385d0ba1963483c2dd34b1e44cca67
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/78232


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarGuido Schmechel <guido.schmechel@brandung.de>
Tested-by: default avatarGuido Schmechel <guido.schmechel@brandung.de>
parent 238478f5
Showing
with 533 additions and 200 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment