X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=settings%2FSearch.setting.php;h=0f805195e1e9be862c9b9e98102a6540b2959053;hb=8654960cb3bfc16ae6ea5864c4bc7d4e235904e9;hp=90faa869ee70d9d858429322c23c49e5246f12a1;hpb=fc2a363b17abc5badd3dbdaba5976ea136e0b1e0;p=civicrm-core.git diff --git a/settings/Search.setting.php b/settings/Search.setting.php index 90faa869ee..0f805195e1 100644 --- a/settings/Search.setting.php +++ b/settings/Search.setting.php @@ -1,9 +1,9 @@ 'If set, this will be the default profile used for contact search.', 'help_text' => NULL, ), + 'searchPrimaryDetailsOnly' => array( + 'group_name' => 'Search Preferences', + 'group' => 'Search Preferences', + 'name' => 'searchPrimaryDetailsOnly', + 'type' => 'Boolean', + 'quick_form_type' => 'YesNo', + 'default' => 1, + 'add' => '4.7', + 'title' => 'Search Primary Details Only', + 'is_domain' => 1, + 'is_contact' => 0, + 'description' => 'If enabled, only primary details (eg contact\'s primary email, phone, etc) will be included in Basic and Advanced Search results. Disabling this feature will allow users to match contacts using any email, phone etc detail.', + 'help_text' => NULL, + ), );