The "limitation" you are indicating is in the interface, which MySQL really doesn't have. MySQL is a database engine, it's up to you to design the interface with whatever tool you want (i.e. web interface).
For my full text search systems, which have a web interface, I have one "field" for required words, one for additional words and I assume they want to do a wild card search, but I have a check box for doing exact matches. If the users wants to search on phrases, they enclose the words in quotes. I have to do some parsing to translate what the user entered to the right syntax, but it works pretty well.


I got my "interface" ideas from the Google Advanced Search interface.

On Wednesday, August 20, 2003, at 01:15 AM, Daniel Rossi wrote:

Can someone please tell me if my problem with the punctuation in a fulltext search is a bug or limitation? Ultimately the users of the system i built do not want to have to try using the + search then trying the * search for all the words which will obviouslly return a lot of results, is there a work around please let me know thanks.

--
Brent Baisley
Systems Architect
Landover Associates, Inc.
Search & Advisory Services for Advanced Technology Environments
p: 212.759.6400/800.759.0577


-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to