From 31102136b5e8448c60c08ccb58626cd18ac3e1c6 Mon Sep 17 00:00:00 2001 From: chansizzle <14916599+chansizzle@users.noreply.github.com> Date: Wed, 8 Jan 2020 20:38:00 -0700 Subject: [PATCH] Update app_config.php (#5028) --- app/email_logs/app_config.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/email_logs/app_config.php b/app/email_logs/app_config.php index a1e66e8d15..72100f26b5 100644 --- a/app/email_logs/app_config.php +++ b/app/email_logs/app_config.php @@ -95,6 +95,7 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "type"; $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'] = "status"; @@ -103,6 +104,7 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "email"; $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'] = ""; ?>