I am having terrible experiences with mySQL full text search. OK. I'll try to express the problem short! I have a table with two full text index: field1, field2. When I use full text search with each of them, it's OK: *Case1:* I insert the full text indexes like this: Code: --------- ALTER TABLE...
More...