From 20a6670e2c431a2393ab7be6af5076fa4c811122 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 Content-Type: text/plain; charset="UTF-8" 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 --- etc/zebradb/xsl/koha-indexdefs-to-zebra.xsl | 37 +++++++++++++++++++++++++++ 1 files changed, 37 insertions(+), 0 deletions(-) diff --git a/etc/zebradb/xsl/koha-indexdefs-to-zebra.xsl b/etc/zebradb/xsl/koha-indexdefs-to-zebra.xsl index bfb79b4..3e3aed4 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=' + + '] + + + + + + + + + + + + + + + + + + + + + + + + + + -- 1.7.2.5