From 2997c9cedf40afd41b383bf7dddf269bb4119598 Mon Sep 17 00:00:00 2001 From: Tom Needham Date: Mon, 5 Jun 2017 17:03:57 +0200 Subject: [PATCH 1/2] Add hint for max search term length --- templates/settings.php | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/settings.php b/templates/settings.php index 73254fd30..f67689e81 100644 --- a/templates/settings.php +++ b/templates/settings.php @@ -86,6 +86,7 @@

+

t('Each attribute / term has a maximum length of 191 characters'));?>

From 255c899b5b7e16cf081d9e60685d4333939483fd Mon Sep 17 00:00:00 2001 From: Tom Needham Date: Tue, 6 Jun 2017 09:20:27 +0200 Subject: [PATCH 2/2] Update search term wording --- templates/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/settings.php b/templates/settings.php index f67689e81..dc3d6c055 100644 --- a/templates/settings.php +++ b/templates/settings.php @@ -86,7 +86,7 @@

-

t('Each attribute / term has a maximum length of 191 characters'));?>

+

t('Each attribute value is truncated to 191 characters'));?>