From 7d1b110a9bf640cf372a73665049b150eef6cd50 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Wed, 11 Jun 2014 18:35:36 -0700 Subject: [PATCH] CRM-14811 - FullText - Register setting ("fts_query_mode") --- settings/Search.setting.php | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/settings/Search.setting.php b/settings/Search.setting.php index 5d1e1a4102..675ed19598 100644 --- a/settings/Search.setting.php +++ b/settings/Search.setting.php @@ -56,4 +56,26 @@ return array ( 'description' => 'The maximum number of contacts to show at a time when typing in an autocomplete field.', 'help_text' => null, ), + 'fts_query_mode' => array( + 'group_name' => 'Search Preferences', + 'group' => 'Search Preferences', + 'name' => 'fts_query_mode', + 'prefetch' => 0, + 'config_only'=> 0, + 'type' => 'String', + 'quick_form_type' => 'Element', + 'html_type' => 'text', + 'html_attributes' => array( + 'size' => 64, + 'maxlength' => 64, + ), + 'html_type' => 'Text', + 'default' => 'simple', + 'add' => '4.5', + 'title' => 'How to handle full-tet queries', + 'is_domain' => 1, + 'is_contact' => 0, + 'description' => null, + 'help_text' => null, + ), ); -- 2.25.1