6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
11/4/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#8726] search fields empty
*
Your Email Address
*
Spam protection
Enter the letters below:
. .. . . __ . . | || |\/|/ `| | |/\||___| |\__.|/\|
Comment
> I have horde-webmail with shared address books and this turba sources.php: > > $cfgSources['localsql'] = array( > ... > 'firstname' => 'object_firstname', > 'lastname' => 'object_lastname', > 'middlenames' => 'object_middlenames', > 'namePrefix' => 'object_nameprefix', > 'nameSuffix' => 'object_namesuffix', > 'name' => array('fields' => array('namePrefix', 'firstname', > 'middlenames', 'lastname', > 'nameSuffix'), > 'format' => '%s %s %s %s %s', > 'parse' => array( > array('fields' => array('firstname', > 'middlenames', > 'lastname'), > 'format' => '%s %s %s'), > array('fields' => array('firstname', 'lastname'), > 'format' => '%s %s'))), > 'email' => 'object_email', > ... > 'search' => array( > 'name', > 'email' > ), > 'strict' => array( > 'object_id', > 'owner_id', > 'object_type', > ), > 'export' => true, > 'browse' => true, > 'use_shares' => true, > 'list_name_field' => 'lastname', > ); > > In IMP prefs I set > $_prefs['search_sources'] = array( > 'value' => '', > 'hook' => true, > 'locked' => false, > 'shared' => true, > 'type' => 'implicit'); > > $_prefs['search_fields'] = array( > 'value' => '', > 'locked' => false, > 'shared' => true, > 'type' => 'implicit'); > > It works. From IMP Option --> Address book I see in the right box (seleceted > address books) my shared address books. Autocomplete works with > default fields > (name). > > But the box: > > "Click on one of your selected address books and then select all fields > to search. > To select multiple fields, hold down the Control (PC) or Command (Mac) > while clicking." > > is always empty. No fields shown, same for all address books. I can't set my > personal "search_fields" values. > > Regards
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers