From 70a374d19bcadfe90a4e004b2711f30c9f22f6cd Mon Sep 17 00:00:00 2001 From: chansizzle <14916599+chansizzle@users.noreply.github.com> Date: Wed, 8 Jan 2020 20:46:45 -0700 Subject: [PATCH] Update app_config.php (#5043) * Update app_config.php --- app/vars/app_config.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/vars/app_config.php b/app/vars/app_config.php index 36ae916189..4f55c6f503 100644 --- a/app/vars/app_config.php +++ b/app/vars/app_config.php @@ -71,14 +71,17 @@ $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "var_category"; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "var_cat"; $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'] = "var_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'] = "var_value"; $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'] = "var_command"; @@ -89,6 +92,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(255)"; + $apps[$x]['db'][$y]['fields'][$z]['search'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "var_enabled"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; @@ -101,6 +105,7 @@ $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "var_description"; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "var_desc"; $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'] = ""; ?>