http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9516
--- Comment #6 from David Cook <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
