http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #45 from Jonathan Druart <jonathan.druart@biblibre.com> --- (In reply to Tomás Cohen Arazi from comment #44)
Jonathan, can u tell me how is your setup? Specifically in koha-conf.xml do you have:
<retrievalinfo> <retrieval syntax="unimarc" name="F"/> ? or <retrievalinfo> <retrieval syntax="usmarc" name="F"/>
I assume you have this in your config section:
<zebra_bib_index_mode>grs1</zebra_bib_index_mode> <zebra_auth_index_mode>dom</zebra_auth_index_mode>
Hum, I did not have the zebra_bib_index_mode defined. In your patch, in C4::Search the test is done on zebra_bib_index_mode eq 'dom' but in C4::Context it is done on 'grs1'. I think it should be done every where on 'dom'. That way, if the value does not exist, we assume it is a dom instance. Tomás, please signoff if you agree. -- You are receiving this mail because: You are watching all bug changes.