Hi!

I've written a search machine. It's working quite well, but I have two problems:

1. When I give the following syntax : cat and dog , as a result I get everything with at least one of the words: 'cat', 'dog' but also 'and'. What can I do, so that it's not looking for the word 'and' or some other similar words like 'or', etc..

2. I would like the search machine to look for the results that consist both: 'cat' and 'dog' and not only one of this words.

Can anybody help me with these problems???

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

Reply via email to