From ac1ebb6f6e4388dbf5dd94a8403f09ab48c55bc8 Mon Sep 17 00:00:00 2001 From: chansizzle <14916599+chansizzle@users.noreply.github.com> Date: Wed, 8 Jan 2020 20:49:34 -0700 Subject: [PATCH] Update app_config.php (#5039) --- app/recordings/app_config.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/recordings/app_config.php b/app/recordings/app_config.php index ff363cf486..d38de08287 100644 --- a/app/recordings/app_config.php +++ b/app/recordings/app_config.php @@ -149,16 +149,19 @@ $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "recording_filename"; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "filename"; $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']['text'] = "recording_name"; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "recordingname"; $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']['text'] = "recording_description"; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "descr"; $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'] = "recording_base64";