From 820177ac6d42e9155fcc57164c4ed91c803178a5 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 9 Jan 2020 20:09:27 -0700 Subject: [PATCH] Update app_config.php --- core/domains/app_config.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/domains/app_config.php b/core/domains/app_config.php index cab0b57d07..e217dc828a 100644 --- a/core/domains/app_config.php +++ b/core/domains/app_config.php @@ -77,6 +77,7 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "domain_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'] = "Enter the domain name."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "domain_enabled"; @@ -85,6 +86,7 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "domain_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'] = "Enter the description."; ?>