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 _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha.org/mailman/listinfo/koha-patches
