[Koha-bugs] [Bug 13937] Add a 'primary status' field for items

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Dec 11 17:52:21 CET 2015


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

--- Comment #9 from Jesse Weaver <jweaver at bywatersolutions.com> ---
I've stolen this development from Kyle, and I have an idea for implementing it
that could get us other benefits down the road. Instead of shoving this new
status subfield into the MARC upon export to Zebra, why not just make a simple
Z39.50 proxy using https://metacpan.org/pod/Net::Z3950::SimpleServer that will
query Zebra and insert the item status information on its way back? This means
that the item status information will always be up to date and the export
remains simple.

Also, once we bring in ElasticSearch, we won't have to keep Zebra around purely
for Z39.50 (though we'll have to add some kind of PQF -> ElasticSearch
translation layer to make this work).

Thoughts?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list