Bug 12813

Summary: improve koha-indexdefs-to-zebra.xsl to manage MARC indicators
Product: Koha Reporter: Mathieu Saby <mathsabypro>
Component: SearchingAssignee: Galen Charlton <gmcharlt>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Mathieu Saby 2014-08-25 06:01:33 UTC
I think it is currently impossible to make precise indexing of some MARC fields depending on the value of the 2 indicators (for UNIMARC field 601 for example, which can be a meeting name or an organization name).
It can be done presently by modifiying by hand the ...-zebra-....xsl files (adding "and @ind1='1'" in the condition for example), but not automatically when you translate the ...-koha-....xml files to .xsl with xsltproc.

So I suppose the  / etc / zebradb / xsl / koha-indexdefs-to-zebra.xsl file need to be updated for that.

M. Saby
Comment 1 Mathieu Saby 2014-08-25 06:03:09 UTC
(I won't work on that personaly, but I can test if someone provides a patch)