[Koha-bugs] [Bug 9516] Item Availability/Data missing from OPAC tag search

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 6 00:12:29 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9516

--- Comment #8 from David Cook <dcook at prosentient.com.au> ---
I agree. I'm still not sure how it could've worked for you. 

When I connect to Zebra using yaz, I notice that the 952 field has been
appended to the record, which is to be expected. When I look at the marc blob
in the database, I don't see any 952 field, which is also to be expected. Since
the GetBiblioData sub doesn't embed item data, I don't see how your your opac
tag search results could possibly be getting item data :S. When you do the
test, is your query string something along the lines of: ?tag=KEYWORD&q=KEYWORD

Alas, I cannot test anything search related on my git dev install, as Zebra
doesn't work on it. Wish I knew why...

But when I try it on my actual trial install (3.8.0), it doesn't get any item
data. I've looked at the code for master, and it looks like the same as 3.8.0
in this regard :S.


(In reply to comment #7)
> 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.


More information about the Koha-bugs mailing list