From e48d2c55ebff8df715015cf82524512d39ad64c1 Mon Sep 17 00:00:00 2001 From: Alex Arnaud Date: Tue, 31 Jan 2017 09:37:25 +0000 Subject: [PATCH] Bug 18017 - add index_matching_heading to create indexes for matching an entire authority heading --- .../authorities/authority-koha-indexdefs.xml | 10 ++- .../authorities/authority-zebra-indexdefs.xsl | 78 +++++++++++++++++++++- 2 files changed, 86 insertions(+), 2 deletions(-) diff --git a/etc/zebradb/marc_defs/unimarc/authorities/authority-koha-indexdefs.xml b/etc/zebradb/marc_defs/unimarc/authorities/authority-koha-indexdefs.xml index 2695c94..60c48a0 100644 --- a/etc/zebradb/marc_defs/unimarc/authorities/authority-koha-indexdefs.xml +++ b/etc/zebradb/marc_defs/unimarc/authorities/authority-koha-indexdefs.xml @@ -18,13 +18,21 @@ authority-zebra-indexdefs.xsl` Personal-name:w Personal-name:p + Personal-name:s + + Heading:w Heading:p + Heading:s + + Match:w Match:p + Match:s Match-heading:w Match-heading:p - + Match-heading:s + Heading:s Heading-Main:w diff --git a/etc/zebradb/marc_defs/unimarc/authorities/authority-zebra-indexdefs.xsl b/etc/zebradb/marc_defs/unimarc/authorities/authority-zebra-indexdefs.xsl index df20a49..c9ec1da 100644 --- a/etc/zebradb/marc_defs/unimarc/authorities/authority-zebra-indexdefs.xsl +++ b/etc/zebradb/marc_defs/unimarc/authorities/authority-zebra-indexdefs.xsl @@ -17,6 +17,7 @@ definition file (probably something like {biblio,authority}-koha-indexdefs.xml) + @@ -42,6 +43,7 @@ definition file (probably something like {biblio,authority}-koha-indexdefs.xml) + @@ -52,7 +54,7 @@ definition file (probably something like {biblio,authority}-koha-indexdefs.xml) - + @@ -646,11 +648,85 @@ definition file (probably something like {biblio,authority}-koha-indexdefs.xml) + + + + + + + + + -- + + + + + + + + + + + + + + + + + + + + + + + + generalsubdiv + + + formsubdiv + + + chronologicalsubdiv + + + geographicsubdiv + + + + + + + + + + + + + + + + + + + + + + + 0 + + + + + + + + + -- 2.7.4