Keyword Search question
0 answers - 1459 bytes -

Hello Masa,
I do not believe this is documented anywhere, and I would not call this
a feature. It really is a workaround, and I do not use it often enough
to justify making a feature request.
Caveat - to get true "keyword1 AND keyword2" search results, you would
need to run the keyword search two times - once "keyword1%keyword2" and
again "keyword2%keyword1"
Thanks,
Bryan Spahr
p.s. to Bryan Alsdorf and the rest of the Eventum team - I love Eventum
and don't know how I managed before! Nice Work! Thanks for all you do!
Message
From: Ma.Sa. [mailto:msss (AT) wanadoo (DOT) fr]
Sent: Wednesday, August 23, 2006 4:50 PM
To: eventum-users (AT) lists (DOT) mysql.com
Cc: Spahr, Bryan
Subject: Re: Keyword Search question
Hello,
Are the search features such as the below documented anywhere?
I have been frustrated at not being able to do a "keyword1 AND keyword2"
search in eventum for some time now.
thanks,
Masa
You can use the MySql single character wildcard '_' in place of the
dots.
e.g. search for x_y_z_a_b
I use the general wildcard '%' to make the search 2 keywords only
return issues with both keywords (in order, but there it is)
e.g. time%entry will return issues with the words 'time' AND 'entry'
in that order - not issues with 'time' R 'entry'