MYsql FULLTEXT query yields unexpected ranking; why?
问题 i'm trying fulltext search with tags but it doesn't works properly for me chek attached image please The query is: SELECT *, MATCH(tags) AGAINST ('tag3 tag6 tag4') AS score FROM items ORDER BY score DESC why does the score is not ordering in the right order fields? if you check the second row has all the tags i searched while the first field does not have tag3 keyword . i mean id fields order should be : 5,1,2 .. etc and NOT 1,5,2..etc where is my mistake? then i would like to search first in