How to open AEM search results in a new tab?
Hello,
Currently if you search an asset within AEM and click on the result, it goes to the asset editor page on the same browser window. But once you close the page or click the back button, it loses all the search conditions and goes back to the root of the asset folder.
Is there a way to open the results in a new tab, or maintain the search conditions when admin closes the asset editor?
I've dig deep into AEM code and know that this is implemented by Coral UI - coral-card tag. But I couldn't find documentation on how to modify the href attribute of a coral-card.
Thanks in advance.