[Tickets #7983] Re: Search across multiple fields
bugs at horde.org
bugs at horde.org
Thu Jul 9 23:29:45 UTC 2009
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/7983
------------------------------------------------------------------------------
Ticket | 7983
Updated By | matt1 at clara.co.uk
Summary | Search across multiple fields
Queue | Turba
Version | 2.3.1
Type | Bug
State | Assigned
Priority | 1. Low
Milestone |
Patch |
Owners | Horde Developers, Michael Rubinsky
------------------------------------------------------------------------------
matt1 at clara.co.uk (2009-07-09 19:29) wrote:
I solved this myself by using a separate array to search against....
'name' => array('fields' => array('firstname', 'lastname',
'nameSuffix'),
'format' => '%s %s %s',
'parse' => array(
array('fields' => array('firstname',
'lastname', 'nameSuffix'),
'format' => '%s %s %s'))),
'namesearch' => array('fields' => array('firstname', 'lastname'),
'format' => '%s %s',
'parse' => array(
array('fields' => array('firstname', 'lastname'),
'format' => '%s %s'))),
More information about the bugs
mailing list