diff --git a/app/number_translations/app_config.php b/app/number_translations/app_config.php index 071d52bfc6..c51efa7f68 100644 --- a/app/number_translations/app_config.php +++ b/app/number_translations/app_config.php @@ -80,6 +80,7 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'number_translation_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 number translation name.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'number_translation_enabled'; @@ -88,6 +89,7 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'number_translation_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'] = 'Enter the number translation description.'; $z++;