http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9516 --- Comment #7 from Kyle M Hall <kyle@bywatersolutions.com> --- I think it may be a good idea to get at least a couple more people to test the preconditions for this bug. (In reply to comment #6)
(In reply to comment #4)
Neither I nor Owen have been able to reproduce this bug.
Hmmm, intriguing!
The more I look at the getRecords and searchResults subs, the more confused I get by the marc/marcxml/items synchronization.
If it's working for you guys, it must mean that my sync is off, because using getRecords seems to return raw marc with embedded item data, while just querying the marc blob in the database returns raw marc without item data.
:S
I thought that the marcxml and marc weren't supposed to store item-level data anymore, but I don't see in these subs where it is being added. In fact, in searchResults (around line 1729: "Pull out the items fields"), it seems that the incoming marcRecord param passed into searchResults should have that embedded item data :S.
-- You are receiving this mail because: You are watching all bug changes.