Bug #101727
closedSearch result icon has invalid path in composer based installations
100%
Description
By default indexed search generates an icon for the search result by getting the absolute icon path and then clipping of the path site prefix, which leads to a path like `typo3/cms-indexed-search/Resources/Public/Icons/FileTypes/pages.gif` where it instead should be `/_assets/..../Icons/FileTypes/pages.gif`.
The relevant code is in `Classes/Controller/SearchController.php::693-716`.
Updated by Gerrit Code Review about 1 year ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/80621
Updated by Gerrit Code Review about 1 year ago
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/80673
Updated by Gerrit Code Review about 1 year ago
Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/80674
Updated by Andreas Fernandez about 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset fea2f9dbf223c45f85036fcd732c7fd1a768f2fd.