If the DC mapping for the "Body" or "Title" content fields are left blank the response from both ListRecords and GetRecord is mangled. It writes the content wrapped in a tag with no name -- something like:

<> my body content here

CommentFileSizeAuthor
#1 oai2forcck-[586122].patch1.15 KBcordmata

Comments

cordmata’s picture

StatusFileSize
new1.15 KB
cordmata’s picture

The submitted patch modifies oai2forcck_get_field_mappings and simply checks that the value returned from the variable_get() call for the mapping is not blank. If it is blank the "body" and "title" mappings are not added to the array.

cordmata’s picture

Status: Active » Needs review
DnaX’s picture

Status: Needs review » Fixed
DnaX’s picture

Status: Fixed » Closed (fixed)