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++;