From c6295ae86f2cdf763a0cc3efa0e61c1ecfe149da Mon Sep 17 00:00:00 2001 From: chansizzle <14916599+chansizzle@users.noreply.github.com> Date: Wed, 8 Jan 2020 13:11:59 -0700 Subject: [PATCH] Update app_config.php (#5021) --- app/conferences/app_config.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/conferences/app_config.php b/app/conferences/app_config.php index bbd43cadac..d4d330c06c 100644 --- a/app/conferences/app_config.php +++ b/app/conferences/app_config.php @@ -112,14 +112,17 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_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 conference name."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_extension"; $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 conference extension number."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_pin_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'] = "Optional pin number to secure access to the conference."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_profile"; @@ -136,6 +139,7 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_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."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_enabled";