Summary | Match the ActiveSync GAL search fields with Turba backend |
Queue | Synchronization |
Queue Version | Git master |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | lst_hoe02 (at) kwsoft (dot) de |
Created | 01/15/2014 (4233 days ago) |
Due | |
Updated | 10/07/2014 (3968 days ago) |
Assigned | 01/15/2014 (4233 days ago) |
Resolved | 01/18/2014 (4230 days ago) |
Milestone | |
Patch | No |
New Attachment: activesync_GAL_search.txt
the fields to search.
actual one you are looking for never makes it to the device. Still,
the device can filter the results on it's own too so it's possible you
would never see those that don't match the search string.
Horde_ActiveSync 2.19.3 stable
not display the result unless the name or email contains the searched
text.
contact with the mail address "name@example.com", true? At the
moment I found it only if I search for the name.
specifying the fields to search.
Horde_Core 2.14.2 stable
Horde_ActiveSync 2.19.3 stable
will not display the result unless the name or email contains the
searched text.
contact with the mail address "name@example.com", true? At the moment
I found it only if I search for the name.
There were too many results being found due to incorrectly specifying
the fields to search.
However, what is probably happening for you is that most clients will
not display the result unless the name or email contains the searched
text.
I set my LDAP address book for GAL, but search for a company doesn't
show one result.
Search for lastname or firstname work as expected.
Is this a limitation of my smartphone (Motorola Razr i Android 4.1.2)?
'map' => array(
'__key' => 'dn',
'name' => 'displayname',
'email' => 'mail',
'homePhone' => 'homephone',
'workPhone' => 'telephonenumber',
'cellPhone' => 'mobile',
'firstname' => 'givenname',
'lastname' => 'sn',
'company' => 'o',
'workStreet' => 'street',
'workPostalCode' => 'postalCode',
'workCity' => 'l',
),
'search' => array(
'name',
'email',
'workCity',
'company',
'firstname',
'lastname',
),
State ⇒ Resolved
commit ded00f09e430718a521f9da427e2651fd55b0142
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Sat Jan 18 17:56:35 2014 -0500
Bug: 12917Don't restrict fields for ActiveSync search requests.Always use the configured search fields according to the backend.
.../Core/lib/Horde/Core/ActiveSync/Connector.php | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/ded00f09e430718a521f9da427e2651fd55b0142
State ⇒ Assigned
Milestone ⇒
State ⇒ New
Patch ⇒ No
Queue ⇒ Synchronization
Summary ⇒ Match the ActiveSync GAL search fields with Turba backend
Type ⇒ Enhancement
Priority ⇒ 1. Low
configured for the Turba backend used. With this it is possible to
search additional fields like "company" with GAL access.