['key' => 'contact_type', 'value' => ts('Contact Type')],
['key' => 'group', 'value' => ts('Group'), 'entity' => 'GroupContact'],
['key' => 'tag', 'value' => ts('Tag'), 'entity' => 'EntityTag'],
- ['key' => 'city', 'value' => ts('City'), 'entity' => 'Address'],
- ['key' => 'street_address', 'value' => ts('Street Address'), 'entity' => 'Address'],
- ['key' => 'postal_code', 'value' => ts('Postal Code'), 'entity' => 'Address'],
+ ['key' => 'city', 'value' => ts('City'), 'type' => 'text', 'entity' => 'Address'],
+ ['key' => 'postal_code', 'value' => ts('Postal Code'), 'type' => 'text', 'entity' => 'Address'],
['key' => 'state_province', 'value' => ts('State/Province'), 'entity' => 'Address'],
['key' => 'country', 'value' => ts('Country'), 'entity' => 'Address'],
['key' => 'first_name', 'value' => ts('First Name'), 'type' => 'text', 'condition' => ['contact_type' => 'Individual']],