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 requi
Daniel Rossi <[EMAIL PROTECTED]> 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
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