From 9325219420dd56c974c1f1c7ab01c44f3b97ffb0 Mon Sep 17 00:00:00 2001 From: jitendrapurohit Date: Wed, 16 Nov 2016 10:06:27 +0530 Subject: [PATCH] Minor changes --- CRM/Utils/QueryFormatter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Utils/QueryFormatter.php b/CRM/Utils/QueryFormatter.php index 58111b2caa..65d8a7f8de 100644 --- a/CRM/Utils/QueryFormatter.php +++ b/CRM/Utils/QueryFormatter.php @@ -295,7 +295,7 @@ class CRM_Utils_QueryFormatter { $csid = CRM_Core_DAO::getFieldValue('CRM_Core_DAO_OptionValue', 'CRM_Contact_Form_Search_Custom_FullText', 'value', 'name'); $url = CRM_Utils_System::url("civicrm/contact/search/custom", "csid={$csid}&reset=1"); $operators = implode("', '", $operators); - CRM_Core_Error::statusBounce("InnoDB Full-Text Search does not support the use of a string ending with any of these operators ('{$operators}' or a single '@') in boolean mode. These invalid queries return a syntax error.", $url); + CRM_Core_Error::statusBounce("Full-Text Search does not support the use of a search string ending with any of these operators ('{$operators}' or a single '@'). Please adjust your search term and try again.", $url); } } -- 2.25.1