Bug 13475

Summary: OAI does not return items
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: OPACAssignee: Jonathan Druart <jonathan.druart>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: katrin.fischer, magnus
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 5579    
Bug Blocks:    
Attachments: Bug 13475: OAI should return items

Description Jonathan Druart 2014-12-17 16:19:49 UTC
Since bug 5579, items are not stored in DB.
The oai script does not have been changed.
Comment 1 Jonathan Druart 2014-12-17 16:23:02 UTC
Created attachment 34486 [details] [review]
Bug 13475: OAI should return items

Since bug 5579, items are not stored in DB.
The oai script does not have been changed.

Test plan:
go on
1/ Enable the pref OAI-PMH
2/ Set OAI-PMH:archiveID = KOHA-OAI-TEST (or what you want)
3/ Go on
oai.pl?verb=GetRecord&metadataPrefix=marcxml&identifier=KOHA-OAI-TEST:[BIBLIONUMBER]
with [BIBLIONUMBER] a record's biblionumber containing items.
The marcxml should be returned with items.
Comment 2 Katrin Fischer 2014-12-17 20:53:54 UTC
Hi Jonathan, I think this is duplicate to 12252 - can you check the other implementation? It's waiting for QA :)
Comment 3 Jonathan Druart 2014-12-18 10:34:19 UTC
(In reply to Katrin Fischer from comment #2)
> Hi Jonathan, I think this is duplicate to 12252 - can you check the other
> implementation? It's waiting for QA :)

Yes it is, thanks.

*** This bug has been marked as a duplicate of bug 12252 ***