From 1503a1ebb0f4dc8a1cfc00c383c061e48b47f1ac Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 9 Jan 2020 19:42:14 -0700 Subject: [PATCH] Update app_config.php --- core/groups/app_config.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/groups/app_config.php b/core/groups/app_config.php index 630b11cae5..bcbde1ac17 100644 --- a/core/groups/app_config.php +++ b/core/groups/app_config.php @@ -116,6 +116,7 @@ $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "group_name"; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "groupid"; $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'] = "group_protected"; @@ -130,6 +131,7 @@ $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "group_description"; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "groupdesc"; $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++; @@ -172,6 +174,7 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "group_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'] = "group_uuid";