diff --git a/core/default_settings/app_config.php b/core/default_settings/app_config.php index 2cb223979a..4264783bbf 100644 --- a/core/default_settings/app_config.php +++ b/core/default_settings/app_config.php @@ -463,18 +463,22 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "default_setting_category"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['search'] = "true"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the category."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "default_setting_subcategory"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['search'] = "true"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the subcategory."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "default_setting_name"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['search'] = "true"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the name."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "default_setting_value"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['search'] = "true"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the value."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "default_setting_order"; @@ -487,6 +491,7 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "default_setting_description"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['search'] = "true"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $y++;