Ok, some days later, no answers here.
But someone on a German forum pointed the right way:
So this is a core hack and might be lost on update. But the changes are quiet simple and the file can be edited again.
After applying the changes it's necessary to rebuild the index. Problem solved.
I would recommend this to go into Joomla! core.
But someone on a German forum pointed the right way:
Find the code of the first three lines and add the second three.plugins/finder/content/src/Extension/Content.php
Code:
// Add the image.if ($images && !empty($images->image_intro)) { $item->imageUrl = $images->image_intro; $item->imageAlt = $images->image_intro_alt ?? '';} elseif ($images && !empty($images->image_fulltext)) { $item->imageUrl = $images->image_fulltext; $item->imageAlt = $images->image_fulltext_alt ?? '';}
After applying the changes it's necessary to rebuild the index. Problem solved.
I would recommend this to go into Joomla! core.
Statistics: Posted by cherchri — Mon Aug 12, 2024 12:33 pm