From 8273e17512e3a6a74f06053136bed0234f7f5c7d Mon Sep 17 00:00:00 2001 From: chansizzle <14916599+chansizzle@users.noreply.github.com> Date: Wed, 8 Jan 2020 13:13:45 -0700 Subject: [PATCH] Update app_config.php (#5022) --- app/contacts/app_config.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/app/contacts/app_config.php b/app/contacts/app_config.php index e563d6cb10..09305413e8 100644 --- a/app/contacts/app_config.php +++ b/app/contacts/app_config.php @@ -271,10 +271,12 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "contact_type"; $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 type."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "contact_organization"; $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 organization."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "contact_name_prefix"; @@ -283,6 +285,7 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "contact_name_given"; $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 given name."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "contact_name_middle"; @@ -291,6 +294,7 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "contact_name_family"; $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 family name."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "contact_name_suffix"; @@ -299,30 +303,37 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "contact_nickname"; $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 nickname."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "contact_title"; $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 title."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "contact_role"; $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 role."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "contact_category"; $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 category."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "contact_url"; $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 website address."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "contact_time_zone"; $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 time zone."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "contact_note"; $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 notes."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "last_mod_date";