Yesterday, I bumped into an indexing bug. The 008 language code is
not indexed. I can't find the records using this value. I checked on
bugzilla and found this old bug :
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7586. This
bug changed "ln:n" by "ln:w" in record.abs .
It works with grs-1 indexing. On Katrin advice, I checked if the
installation is using dom or grs-1 indexing.
I'm on 3.14.07. So it should use dom. koha-conf.xml says "dom" but
zebra-biblios.cfg seems to say "grs"...
So, I checked "zebra-biblios.cfg" on master and the default values
are :
iso2709.recordType:grs.marcxml.record
marcxml.recordType:grs.sgml
recordType:grs.xml
Shouldn't we have a reference to dom for these parameters?
I also checked biblio-zebra-indexdefs.xsl and
biblio-koha-indexdefs.xml and the language index is "ln:n".
I tried to change it by "ln:w", restarted zebra server, reindexed
but it didn't work.