hey you Unix/Linux guys out there,
is there a "freetext" in MySQL like the one in MS-SQL?

something like:

SELECT * FROM tblUsers WHERE strEmailID LIKE '%findme%'


later,
Andy