feature(contact): Show 100 first results for global address book. Fix commit #17eca6f

This commit is contained in:
Hivert Quentin
2023-12-20 15:36:37 +01:00
parent d68bbc836c
commit 427f7f4b4f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1412,7 +1412,7 @@ groupObjectClasses: (NSArray *) newGroupObjectClasses
contacts = [NSMutableArray array];
if (!_listRequiresDot)
if ([match length] > 0 || !_listRequiresDot)
{
ldapConnection = [self _ldapConnection];
qualifier = [self _qualifierForFilter: match onCriteria: criteria];
+1 -1
View File
@@ -951,7 +951,7 @@
results = [NSMutableArray array];
if (!_listRequiresDot)
if ([filter length] > 0 || !_listRequiresDot)
{
cm = [GCSChannelManager defaultChannelManager];
channel = [cm acquireOpenChannelForURL: _viewURL];