From 8366887380677df7aa424d1e78d40909888a6e0a Mon Sep 17 00:00:00 2001 From: chansizzle <14916599+chansizzle@users.noreply.github.com> Date: Thu, 9 Jan 2020 11:15:32 -0700 Subject: [PATCH] Update app_config.php (#5047) --- app/destinations/app_config.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/destinations/app_config.php b/app/destinations/app_config.php index 2981e99807..cee70aba94 100644 --- a/app/destinations/app_config.php +++ b/app/destinations/app_config.php @@ -230,7 +230,6 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "destination_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'] = "destination_description";