Extend CSW harvester to fetch record details
Created by: adamreichold
We currently use GetRecords
requests to fetch summary records but for an extended schema, we should get the record details for each using separate GetRecordById
requests for each record or extend or GetRecords
request to fetch the full metadata by specifying a different Query
element.