[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:core-ci <typo3@b13.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Guido Schmechel <guido.schmechel@brandung.de> Tested-by:
Guido Schmechel <guido.schmechel@brandung.de>
Showing
- Build/Sources/Sass/component/_livesearch.scss 17 additions, 0 deletionsBuild/Sources/Sass/component/_livesearch.scss
- Build/Sources/Sass/module/_recycler.scss 0 additions, 4 deletionsBuild/Sources/Sass/module/_recycler.scss
- Build/Sources/Sass/typo3/_element_pagination.scss 7 additions, 0 deletionsBuild/Sources/Sass/typo3/_element_pagination.scss
- Build/Sources/TypeScript/backend/live-search/element/result/item/item-container.ts 7 additions, 1 deletion...backend/live-search/element/result/item/item-container.ts
- Build/Sources/TypeScript/backend/live-search/element/result/result-pagination.ts 121 additions, 0 deletions...t/backend/live-search/element/result/result-pagination.ts
- Build/Sources/TypeScript/backend/live-search/element/show-all.ts 0 additions, 56 deletions...ources/TypeScript/backend/live-search/element/show-all.ts
- Build/Sources/TypeScript/backend/toolbar/live-search.ts 42 additions, 17 deletionsBuild/Sources/TypeScript/backend/toolbar/live-search.ts
- typo3/sysext/backend/Classes/Controller/LiveSearchController.php 20 additions, 4 deletions...ysext/backend/Classes/Controller/LiveSearchController.php
- typo3/sysext/backend/Classes/Search/LiveSearch/DatabaseRecordProvider.php 138 additions, 41 deletions...kend/Classes/Search/LiveSearch/DatabaseRecordProvider.php
- typo3/sysext/backend/Classes/Search/LiveSearch/PageRecordProvider.php 72 additions, 39 deletions.../backend/Classes/Search/LiveSearch/PageRecordProvider.php
- typo3/sysext/backend/Classes/Search/LiveSearch/SearchDemand/MutableSearchDemand.php 5 additions, 0 deletions...es/Search/LiveSearch/SearchDemand/MutableSearchDemand.php
- typo3/sysext/backend/Classes/Search/LiveSearch/SearchDemand/SearchDemand.php 1 addition, 1 deletion...d/Classes/Search/LiveSearch/SearchDemand/SearchDemand.php
- typo3/sysext/backend/Classes/Search/LiveSearch/SearchProviderInterface.php 2 additions, 0 deletions...end/Classes/Search/LiveSearch/SearchProviderInterface.php
- typo3/sysext/backend/Classes/Search/LiveSearch/SearchRepository.php 49 additions, 16 deletions...xt/backend/Classes/Search/LiveSearch/SearchRepository.php
- typo3/sysext/backend/Resources/Private/Templates/LiveSearch/Form.html 3 additions, 4 deletions.../backend/Resources/Private/Templates/LiveSearch/Form.html
- typo3/sysext/backend/Resources/Public/Css/backend.css 2 additions, 2 deletionstypo3/sysext/backend/Resources/Public/Css/backend.css
- typo3/sysext/backend/Resources/Public/JavaScript/live-search/element/result/item/item-container.js 1 addition, 1 deletion...aScript/live-search/element/result/item/item-container.js
- typo3/sysext/backend/Resources/Public/JavaScript/live-search/element/result/result-pagination.js 45 additions, 0 deletions...avaScript/live-search/element/result/result-pagination.js
- typo3/sysext/backend/Resources/Public/JavaScript/live-search/element/show-all.js 0 additions, 13 deletions...sources/Public/JavaScript/live-search/element/show-all.js
- typo3/sysext/backend/Resources/Public/JavaScript/toolbar/live-search.js 1 addition, 1 deletion...ackend/Resources/Public/JavaScript/toolbar/live-search.js
Please register or sign in to comment