Use address books search fields in Contacts module

Fixes #4356
pull/239/head
Francis Lachapelle 2017-12-19 10:06:01 -05:00
parent 60bbe26289
commit 28a37de613
1 changed files with 1 additions and 1 deletions

View File

@ -2831,7 +2831,7 @@ void handle_eas_terminate(int signum)
{
currentFolder = [systemSources objectForKey: [allKeys objectAtIndex: i]];
allContacts = [currentFolder lookupContactsWithFilter: query
onCriteria: @"name_or_address"
onCriteria: nil
sortBy: @"c_cn"
ordering: NSOrderedAscending
inDomain: [[context activeUser] domain]];