From f7d019dcec92ab5eb44637cb1fb5fcd5d2994ff2 Mon Sep 17 00:00:00 2001 From: Colin Campbell Date: Fri, 12 Feb 2010 12:38:46 +0000 Subject: [PATCH] Change default AUTH_INDEX_MODE to dom [RM note: DOM is recommended for MARC21 authorities. As of now, GRS-1 is the only mode supported for UNIMARC authorities.] 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 Signed-off-by: Galen Charlton --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 8c0b2cb163..5aa93104a3 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', -- 2.20.1