From 20e144174926f54bd8a0eaea2f33e61a6c401e9f Mon Sep 17 00:00:00 2001 From: chansizzle <14916599+chansizzle@users.noreply.github.com> Date: Thu, 9 Jan 2020 11:13:43 -0700 Subject: [PATCH] Update app_config.php (#5051) --- app/extensions/app_config.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/extensions/app_config.php b/app/extensions/app_config.php index 92b2a829e2..e9c9779b92 100644 --- a/app/extensions/app_config.php +++ b/app/extensions/app_config.php @@ -563,7 +563,6 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "enabled"; $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'] = "description";