From cd2676a2963761d1d4e5e11f8b7f30ac29ed97df Mon Sep 17 00:00:00 2001 From: chansizzle <14916599+chansizzle@users.noreply.github.com> Date: Wed, 8 Jan 2020 20:47:44 -0700 Subject: [PATCH] Update app_config.php (#5042) * Update app_config.php --- app/streams/app_config.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/streams/app_config.php b/app/streams/app_config.php index fb5ed95417..5784c07ab9 100644 --- a/app/streams/app_config.php +++ b/app/streams/app_config.php @@ -53,10 +53,12 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'stream_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 name.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'stream_location'; $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 location.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'stream_enabled'; @@ -65,6 +67,7 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'stream_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++;