[Koha-patches] [PATCH] Change default AUTH_INDEX_MODE to dom

Colin Campbell colin.campbell at ptfs-europe.com
Fri Feb 12 13:38:46 CET 2010


dom is the recommended authorities indexing mode in external docs
making it default accepts what appears to be the de facto preference
see Indexdata's documentation for more details on the options
---
 Makefile.PL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.PL b/Makefile.PL
index 8c0b2cb..5aa9310 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -399,7 +399,7 @@ my %config_defaults = (
   'INSTALL_ZEBRA'     => 'yes',
   'INSTALL_SRU'       => 'yes',
   'INSTALL_PAZPAR2'   => 'no',
-  'AUTH_INDEX_MODE'   => 'grs1',
+  'AUTH_INDEX_MODE'   => 'dom',
   'ZEBRA_MARC_FORMAT' => 'marc21',
   'ZEBRA_LANGUAGE'    => 'en',
   'ZEBRA_USER'        => 'kohauser',
-- 
1.6.6




More information about the Koha-patches mailing list