diff --git a/app/call_block/app_config.php b/app/call_block/app_config.php index b3551b34a1..e2a46b57bb 100644 --- a/app/call_block/app_config.php +++ b/app/call_block/app_config.php @@ -106,11 +106,13 @@ $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "call_block_name"; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "blocked_caller_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']['text'] = "call_block_number"; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "blocked_caller_number"; $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 full phone number."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "call_block_count"; @@ -142,6 +144,7 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'call_block_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 description.'; ?>