From be9d86d3db14c06120640c71d8e5e699ccd391ca Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 26 Mar 2012 01:10:09 -0400 Subject: [PATCH] Bug 7818: add index_data_field option to DOM indexing repertoire Adds a new kohaidx:index_data_field index definition type which indexes all of the subfields of a MARC data field as a single phrase, separating the contents of each with a space. Signed-off-by: Galen Charlton Signed-off-by: Jared Camins-Esakov Signed-off-by: Paul Poulain Signed-off-by: Chris Cormack --- etc/zebradb/xsl/koha-indexdefs-to-zebra.xsl | 37 +++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/etc/zebradb/xsl/koha-indexdefs-to-zebra.xsl b/etc/zebradb/xsl/koha-indexdefs-to-zebra.xsl index bfb79b45ec..3e3aed45ff 100644 --- a/etc/zebradb/xsl/koha-indexdefs-to-zebra.xsl +++ b/etc/zebradb/xsl/koha-indexdefs-to-zebra.xsl @@ -15,6 +15,7 @@ + @@ -30,6 +31,7 @@ authority-zebra-indexdefs.xsl` (substituting the appropriate file names). + @@ -50,6 +52,7 @@ authority-zebra-indexdefs.xsl` (substituting the appropriate file names). + @@ -59,6 +62,7 @@ authority-zebra-indexdefs.xsl` (substituting the appropriate file names). + @@ -260,6 +264,39 @@ authority-zebra-indexdefs.xsl` (substituting the appropriate file names). + + + + + marc:datafield[@tag=' + + '] + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.39.2