From c84084f99239f4103c37cc0b2fc77c7f4f032941 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Mon, 28 Oct 2013 12:42:21 -0300 Subject: [PATCH] Bug 8705: Restore current stable branch's default behaviour MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Biblios should be set to GRS-1 indexing by default in 3.12.x Regards To+ Sponsored-by: Universidad Nacional de Córdoba Signed-off-by: Tomas Cohen Arazi --- debian/docs/koha-create.xml | 2 +- debian/scripts/koha-create | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/docs/koha-create.xml b/debian/docs/koha-create.xml index 6ac21719e9..85d90b2bc0 100644 --- a/debian/docs/koha-create.xml +++ b/debian/docs/koha-create.xml @@ -121,7 +121,7 @@ - Specified the desired indexing mode for bibliographic records. Valid options are (default) and . + Specified the desired indexing mode for bibliographic records. Valid options are and (default). diff --git a/debian/scripts/koha-create b/debian/scripts/koha-create index e8b25784e9..f8bd4b1655 100755 --- a/debian/scripts/koha-create +++ b/debian/scripts/koha-create @@ -169,7 +169,7 @@ ADMINUSER="1" PASSWDFILE="/etc/koha/passwd" # Indexing mode variables (default is DOM) -BIBLIOS_INDEXING_MODE="dom" +BIBLIOS_INDEXING_MODE="grs1" AUTHORITIES_INDEXING_MODE="dom" START_BIBLIOS_RETRIEVAL_INFO="" -- 2.39.5