@@ -, +, @@ information about indexing mode --- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt @@ -204,8 +204,8 @@ Warning The <zebra_bib_index_mode> entry is set to 'grs1'. GRS-1 support is now deprecated and will be removed in future releases. - Please use DOM instead by setting <zebra_bib_index_mode> to - 'dom' (full reindex required). + Please use DOM instead. To switch follow this page of wiki: + Switching to dom indexing [% ELSIF config_entry.error == 'zebra_bib_index_mode_mismatch_warn' %] @@ -218,8 +218,8 @@ Warning The <zebra_auth_index_mode> entry is set to 'grs1'. GRS-1 support is now deprecated and will be removed in future releases. - Please use DOM instead by setting <zebra_auth_index_mode> to - 'dom' (full reindex required). + Please use DOM instead. To switch follow this page of wiki: + Switching to dom indexing [% ELSIF config_entry.error == 'zebra_auth_index_mode_mismatch_warn' %] --