Mysql full text index giving same score for exact match and partial, why?
问题 I am having this weird behavior in mysql 5.6 with full text indexes I am trying to search a patients database and get the exact matches first then partials by score with a Min Score so i don't return 100000+ results just some suggestions to prevent duplicates into a EHR type of app The problem is that the exact and partial matches have the same score... Is that an expected behavior? what options do I have? 回答1: You stated that you had the same score for exact matches and partials, but your