I am trying to write a SQL satetment which will pull th most closest search results out from database. I use Select Top 1 ... WHere SearchString >= 'strSearchString' to get the result. It works fine when there is on one word in search. BUt once I tried to search a phrase, it gives me wrong results sometime.
Can anyone point out a better way to do a best match search? Thanks!
Can anyone point out a better way to do a best match search? Thanks!