From e21027bdabda0f477475773756af7e183fc3ccaf Mon Sep 17 00:00:00 2001 From: Claire Gravely Date: Tue, 13 Mar 2018 11:18:33 +0000 Subject: [PATCH] Bug 20386: Improve warning and error messages for Search Engine Configuration This patch updates a warning message and error message in the Search engine configuration for Elasticsearch. Note: elasticsearch does not need to be active in order to test. To test warning message: 1. go to: cgi-bin/koha/admin/searchengine/elasticsearch/mappings.pl 2. note the warning message 3. Apply patch 4. Note the change in warning message. Confirm it makes sense. To test error message: Apply patch and check the changed message in the template file mappings.tt and confirm it makes sense. Signed-off-by: Nicolas Legrand --- .../prog/en/modules/admin/searchengine/elasticsearch/mappings.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt index 24327c5..cc6f94c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt @@ -88,11 +88,11 @@ a.add, a.delete {

Search engine configuration

- Warning: Any modification in these configurations will need a total reindexation to be fully taken into account ! + Warning: Any changes to the configuration will only take effect after a full reindex. Until then searching may not work correctly.
[% IF errors %]
- Errors occurred, Modifications does not apply. Please check following values: + Changes have not been applied. Please check the following values:
    [% FOREACH e IN errors %]
  • -- 2.1.4