I have a table with book titles. Let's say some of the titles are
"Science", "Journal of Science", "Great Adventures in Science",
"People in Science", and others. When the user searches based on the
keyword "Science", all book title with the word science in them should
be returned. This works, but when I order by rank the rankings are
not being returned as expected. You would think the book with the
title "Science" would be ranked the highest, but this isn't the case.
Does anyone have any idea as to how I could make it so if a title
matches exactly to the keyword searched that it will be ranked the
highest? Is using FullText searching the wrong thing to do in this
case? Any help would be very appreciated.