X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=settings%2FSearch.setting.php;h=9766a3c9f45628185fa73ea92353377054345e75;hb=db0aaf74d6da8a5d28a25a464b83f69dd8c3c5dc;hp=876eafa43b1091d44c91e822b4ac861a1a4c0ce3;hpb=e08c179450090afdc3526734b74d540d965b25bd;p=civicrm-core.git diff --git a/settings/Search.setting.php b/settings/Search.setting.php index 876eafa43b..9766a3c9f4 100644 --- a/settings/Search.setting.php +++ b/settings/Search.setting.php @@ -228,4 +228,24 @@ return [ 'description' => ts("Which fields can be searched on in the menubar quicksearch box? Don't see your custom field here? Make sure it is marked as Searchable."), 'help_text' => NULL, ], + 'default_pager_size' => [ + 'group_name' => 'Search Preferences', + 'group' => 'Search Preferences', + 'name' => 'default_pager_size', + 'type' => 'Integer', + 'quick_form_type' => 'Element', + 'html_type' => 'text', + 'html_attributes' => [ + 'size' => 2, + 'maxlength' => 3, + ], + 'default' => 50, + 'add' => '5.39', + 'title' => ts('Default Search Pager size'), + 'is_domain' => 1, + 'is_contact' => 0, + 'description' => ts('What is the default number of records to show on a search'), + 'help_text' => NULL, + ], + ];