X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=settings%2FSearch.setting.php;h=f4db966c90d385f03bf9fb6d3cfd4cc82265fbc1;hb=0e7133bee4e93e484f66888850fe7c3ce874f65d;hp=ab784705b9fff11ee1a057c7e62674971c6a4c68;hpb=694464dd67781dd71336ca8ef9002e6c1a4b536d;p=civicrm-core.git diff --git a/settings/Search.setting.php b/settings/Search.setting.php index ab784705b9..f4db966c90 100644 --- a/settings/Search.setting.php +++ b/settings/Search.setting.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 5 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2017 | + | Copyright CiviCRM LLC (c) 2004-2019 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -28,7 +28,7 @@ /** * * @package CRM - * @copyright CiviCRM LLC (c) 2004-2017 + * @copyright CiviCRM LLC (c) 2004-2019 * $Id$ * */ @@ -197,6 +197,27 @@ return array( 'description' => 'If set, this will be the default profile used for contact search.', 'help_text' => NULL, ), + 'prevNextBackend' => array( + 'group_name' => 'Search Preferences', + 'group' => 'Search Preferences', + 'name' => 'prevNextBackend', + 'type' => 'String', + 'quick_form_type' => 'Select', + 'html_type' => 'Select', + 'html_attributes' => array( + //'class' => 'crm-select2', + ), + 'default' => 'default', + 'add' => '5.9', + 'title' => 'PrevNext Cache', + 'is_domain' => 1, + 'is_contact' => 0, + 'pseudoconstant' => array( + 'callback' => 'CRM_Core_BAO_PrevNextCache::getPrevNextBackends', + ), + 'description' => 'When performing a search, how should the search-results be cached?', + 'help_text' => '', + ), 'searchPrimaryDetailsOnly' => array( 'group_name' => 'Search Preferences', 'group' => 'Search Preferences',