From d39aa284441398eee0c1cd29c72d76fb0c1b2754 Mon Sep 17 00:00:00 2001 From: chansizzle <14916599+chansizzle@users.noreply.github.com> Date: Wed, 8 Jan 2020 13:11:28 -0700 Subject: [PATCH] Update app_config.php (#5020) --- app/conference_profiles/app_config.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/conference_profiles/app_config.php b/app/conference_profiles/app_config.php index 66bc7eb3db..181461da67 100644 --- a/app/conference_profiles/app_config.php +++ b/app/conference_profiles/app_config.php @@ -79,6 +79,7 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "profile_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 profile name."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "profile_enabled"; @@ -87,6 +88,7 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "profile_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."; $y++;