From 3ee266105118f34c109c431e2ef2ecac99066996 Mon Sep 17 00:00:00 2001 From: chansizzle <14916599+chansizzle@users.noreply.github.com> Date: Wed, 8 Jan 2020 20:51:46 -0700 Subject: [PATCH] Update app_config.php (#5037) * Update app_config.php --- app/phrases/app_config.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/phrases/app_config.php b/app/phrases/app_config.php index d202ea0f72..460de62f1a 100644 --- a/app/phrases/app_config.php +++ b/app/phrases/app_config.php @@ -95,18 +95,20 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "phrase_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']['text'] = "phrase_language"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; - $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "phrase_description"; + $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "phrase_enabled"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; - $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "phrase_enabled"; + $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "phrase_description"; $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'] = ""; $y++;