Opened 12 years ago
#1131 new defect
CSW GetRecordById does not retrieve metadata record based on fileIndentifier
Reported by: | plcking | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | v2.10.0 RC0 |
Component: | General | Version: | v2.6.4 |
Keywords: | Cc: |
Description
Using the fileIdentifier (which is returned from a GetRecords operation, as shown below ) does not work in a GetRecordByID call :
<gmd:fileIdentifier xmlns:srv="http://www.isotc211.org/2005/srv" xmlns:gmx="http://www.isotc211.org/2005/gmx">
<gco:CharacterString>hgfs-2_IMAGEID_226187_uid17404</gco:CharacterString>
</gmd:fileIdentifier>
But, using the uuid as specified in the info.xml during a MEF load will return the correct metadata record with GetRecordById. Does this mean that the uuid(info.xml) should be equal to the fileIdentifier(metadata.xml) when creating an MEF file ?
Note:
See TracTickets
for help on using tickets.