Skip to content

Commit

Permalink
Use address books search fields in Contacts module
Browse files Browse the repository at this point in the history
Fixes #4356
  • Loading branch information
cgx committed Dec 19, 2017
1 parent 60bbe26 commit 28a37de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ActiveSync/SOGoActiveSyncDispatcher.m
Expand Up @@ -2831,7 +2831,7 @@ - (void) processSearchGAL: (id <DOMElement>) theDocumentElement
{
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]];
Expand Down

0 comments on commit 28a37de

Please sign in to comment.