Summary | Search across multiple fields |
Queue | Turba |
Queue Version | 2.3.1 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | matt1 (at) clara (dot) co (dot) uk |
Created | 02/13/2009 (5998 days ago) |
Due | |
Updated | 07/10/2009 (5851 days ago) |
Assigned | 02/15/2009 (5996 days ago) |
Resolved | 07/10/2009 (5851 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Taken from
State ⇒ Resolved
stable branch from HEAD. Now, almost a year to the day later, it's
fixed.
http://lists.horde.org/archives/cvs/Week-of-Mon-20090706/088400.html
Thanks for the report.
what was fixed in
Bug: 6796or perhaps all cases were not fixed.that in the prefs to tell the search to use it - it works great though
now.. just not by default out of the box.
specific fields in your name composite field?
with Git Horde etc...
*sigh*
'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'))),
I remember writing the code that creates OR searches with the search
terms against each element in a composite field, but I don't
immediately see why it's broken in FW_3. I'll see if I can track it
down.
State ⇒ Assigned
Assigned to
Assigned to Michael Rubinsky
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Search across multiple fields
Queue ⇒ Turba
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
eg "Matt St" which should match "Matt Stephenson", it doesnt match any
results.. same behaviour in the autocompleter in IMP/DIMP.