[TASK] Group search result items again
With the refactoring of the backend search, the result grouping got lost. This patch adds the grouping again. Resolves: #99116 Releases: main Change-Id: I94f09377c66b3b8465130af89329806b9e242d86 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76660 Tested-by:Benni Mack <benni@typo3.org> Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
core-ci <typo3@b13.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Susanne Moog <look@susi.dev> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
Showing
- Build/Sources/Sass/component/_livesearch.scss 32 additions, 14 deletionsBuild/Sources/Sass/component/_livesearch.scss
- Build/Sources/TypeScript/backend/live-search/element/provider/default-result-item.ts 0 additions, 3 deletions...ckend/live-search/element/provider/default-result-item.ts
- Build/Sources/TypeScript/backend/live-search/element/provider/page-provider-result-item.ts 0 additions, 3 deletions...live-search/element/provider/page-provider-result-item.ts
- Build/Sources/TypeScript/backend/live-search/element/result/item/action/action-container.ts 0 additions, 1 deletion...ive-search/element/result/item/action/action-container.ts
- Build/Sources/TypeScript/backend/live-search/element/result/item/action/action.ts 8 additions, 0 deletions.../backend/live-search/element/result/item/action/action.ts
- Build/Sources/TypeScript/backend/live-search/element/result/item/item-container.ts 57 additions, 5 deletions...backend/live-search/element/result/item/item-container.ts
- Build/Sources/TypeScript/backend/live-search/element/result/item/item.ts 4 additions, 0 deletions...ypeScript/backend/live-search/element/result/item/item.ts
- typo3/sysext/backend/Resources/Public/Css/backend.css 1 addition, 1 deletiontypo3/sysext/backend/Resources/Public/Css/backend.css
- typo3/sysext/backend/Resources/Public/JavaScript/live-search/element/provider/default-result-item.js 0 additions, 3 deletions...cript/live-search/element/provider/default-result-item.js
- typo3/sysext/backend/Resources/Public/JavaScript/live-search/element/provider/page-provider-result-item.js 0 additions, 3 deletions...live-search/element/provider/page-provider-result-item.js
- typo3/sysext/backend/Resources/Public/JavaScript/live-search/element/result/item/action/action-container.js 1 addition, 2 deletions...ive-search/element/result/item/action/action-container.js
- typo3/sysext/backend/Resources/Public/JavaScript/live-search/element/result/item/action/action.js 1 addition, 1 deletion...vaScript/live-search/element/result/item/action/action.js
- typo3/sysext/backend/Resources/Public/JavaScript/live-search/element/result/item/item-container.js 4 additions, 5 deletions...aScript/live-search/element/result/item/item-container.js
- typo3/sysext/backend/Resources/Public/JavaScript/live-search/element/result/item/item.js 1 addition, 1 deletion...Public/JavaScript/live-search/element/result/item/item.js
- typo3/sysext/core/Tests/Acceptance/Application/Topbar/SearchCest.php 1 addition, 1 deletion...t/core/Tests/Acceptance/Application/Topbar/SearchCest.php
Please register or sign in to comment