Bug 12813 - improve koha-indexdefs-to-zebra.xsl to manage MARC indicators
Summary: improve koha-indexdefs-to-zebra.xsl to manage MARC indicators
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Searching (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Galen Charlton
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-25 06:01 UTC by Mathieu Saby
Modified: 2014-08-25 06:03 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)