Description
Preview image doesn't display when csw response dc:URI contains a name.

How to reproduce
- Connect a geonetwork catalog with csw
- Create a 19139 metadata record with an image and his description (see xml below)
<gmd:graphicOverview>
<gmd:MD_BrowseGraphic>
<gmd:fileName>
<gco:CharacterString>https://site.com/img/fish.png</gco:CharacterString>
</gmd:fileName>
<gmd:fileDescription>
<gco:CharacterString>My description</gco:CharacterString>
</gmd:fileDescription>
</gmd:MD_BrowseGraphic>
</gmd:graphicOverview>
Expected Result
The preview of fish.png
Current Result
A Preview not available is showing
Other useful information
Response from MapStore CSW request :
<!-- Doesn't work -->
<csw:Record>
<dc:URI protocol="image/png" name="My description">https://site.com/img/fish.png</dc:URI>
</csw:Record>
<!-- Works (by removing description in geonetwork)-->
<csw:Record>
<dc:URI protocol="image/png">https://site.com/img/fish.png</dc:URI>
</csw:Record>
Description
Preview image doesn't display when csw response
dc:URIcontains a name.How to reproduce
Expected Result
The preview of
fish.pngCurrent Result
A
Preview not availableis showingOther useful information
Response from MapStore CSW request :