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

--- Comment #28 from Tomás Cohen Arazi <tomasco...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to