From b3d772d00ef7b3c754276639b0ee3890a5f01235 Mon Sep 17 00:00:00 2001 From: chansizzle <14916599+chansizzle@users.noreply.github.com> Date: Wed, 8 Jan 2020 13:08:16 -0700 Subject: [PATCH] Update app_config.php (#5017) --- app/call_recordings/app_config.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/call_recordings/app_config.php b/app/call_recordings/app_config.php index 6557140446..2a5e1b2c7a 100644 --- a/app/call_recordings/app_config.php +++ b/app/call_recordings/app_config.php @@ -52,10 +52,12 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'call_recording_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'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'call_recording_path'; $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'] = 'call_recording_length';