[Koha-bugs] [Bug 11096] Koha cannot retreive big records from Zebra

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 8 19:53:23 CET 2014


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

--- Comment #28 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Created attachment 24031
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=24031&action=edit
Bug 11096: Make use of MARCXML conditional of DOM being set

We have a way of knowing the indexing mode that is in use:

    C4::Context->config('zebra_bib_index_mode')
and C4::Context->config('zebra_auth_index_mode')

this patch makes Koha use that to fallback to the old USMARC
serialization format for retreiving from Zebra in case we
are on a GRS-1 setup.

To test. Check tests now pass:

 $ prove -v t/db_dependent/Search.t

Sponsored-by: Universidad Nacional de Cordoba

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


More information about the Koha-bugs mailing list