[Koha-bugs] [Bug 623] z3950 search doesn't

bugzilla-daemon at wilbur.katipo.co.nz bugzilla-daemon at wilbur.katipo.co.nz
Sun Oct 5 01:29:12 CEST 2003


http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=623





------- Additional Comments From chris at clanhobbs.org  2003-10-05 12:29 -------
I had some time to dig into the code a bit and came up with the following test.

I added a line to processz3950queue (line 182 or so): warn "ref(rec) ==> " .
ref($rec);

The result in the log file when the LOC returns is:

ref(rec) ==> Net::Z3950::Record::SUTRS

The script however only checks for Net::Z3950::Record::USMARC and
Net::Z3950::Record::UNIMARC, thus it does not read the returned data from LOC.

I'm going to hack a little bit more and see if I can better understand the
results, but I thought this info would be helpful for the developers.




------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the Koha-bugs mailing list