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'] = ""; ?>