From aafa14c863a0258a2ab9eca6e92d233259856a8e Mon Sep 17 00:00:00 2001 From: chansizzle <14916599+chansizzle@users.noreply.github.com> Date: Wed, 8 Jan 2020 13:07:42 -0700 Subject: [PATCH] Update app_config.php (#5015) --- app/call_centers/app_config.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/call_centers/app_config.php b/app/call_centers/app_config.php index 9827896838..f3cc18fddb 100644 --- a/app/call_centers/app_config.php +++ b/app/call_centers/app_config.php @@ -284,6 +284,7 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "queue_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'] = ""; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "queue_extension"; @@ -368,6 +369,7 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "queue_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++;