From 03da147ccf51030b9fbcd95484e3aaef593b1e11 Mon Sep 17 00:00:00 2001 From: chansizzle <14916599+chansizzle@users.noreply.github.com> Date: Wed, 8 Jan 2020 10:40:18 -0700 Subject: [PATCH] Update app_config.php (#5013) --- app/call_block/app_config.php | 3 +++ 1 file changed, 3 insertions(+) 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.'; ?>