Answer the question
In order to leave comments, you need to log in
Fulltext mysql search does not work correctly. Where is the mistake?
In the database of the online store, I decided to use full-text search. Put indexes on the required fields, translated the table into MyISAM. Using the query SELECT * FROM 'tableName' WHERE MATCH(field) AGAINST('Paper'); I get zero rows, if I look for another word, for example, ginger, then what is needed is returned. What is the reason for this selective return of results? With the help of Like, everything is searched perfectly.
Answer the question
In order to leave comments, you need to log in
Apparently the word paper occurs so often that mysql considers it a stop word
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question