Thank you both. I read that part in the manual about FULLTEXT indexes. Turns out all my tables were in BLOB format, but what the hell, I turned them all into TEXT.
That's not good enough yet.
1 - FULLTEXT indexes let me search whole words, but whole words only. No partial matches. "%string%", for example, is not allowed. I would have to furnish my form with a separate field just for that.
2 - The current version of mySQL does not let me use boolean operators with MATCH, it's scheduled for version 4 only. That will dertainly fulfill all my needs, when it's available.
Vincent, I've kept that article in my disk for weeks, I always postpone reading it. But now, if I were to use PHP to parse the results and make up for mySQL's shortcomings, what I've learned so far would be enough to make my own search engine myself, I don't have to read the article. But like I said, it's a question about mySQL, not PHP. I thought that maybe mySQL can do what I want but I don't know how. I was afraid of adding an unnecessary stage to the project.
Thank you guys.
Luciano ES
Santos, SP - Brasil