Closed dspace-bot closed 9 years ago
tdonohue said:
Here's the code that is referenced:
https://github.com/DSpace/DSpace/blob/master/dspace/config/crosswalks/oai/xoai.xml#L217
Sure enough, these conditions all end in "*Filter" rather than "*Condition".
This seems like something that could be quickly fixed, so I'm scheduling for 5.1
helix84 said:
Pull request:
https://github.com/DSpace/DSpace/pull/845
helix84 said:
Fixed in master (for 6.0) and dspace-5_x (for 5.1).
Imported from JIRA [DS-2425] created by christian.scheible
in the xoai.xml file starting at line 217 there are typos for all 4 conditions.
it should be titleExistsCondition, authorExistsCondition, driverDocumentTypeCondition and openaireRelationCondition instead of ...Filter.