I have mysql table containing about lots of names of songs. I want to create smart search, so that i can find specific song from name. it should return then smart search result like google does. (not as perfect as google) I need spell mistake avoidance and ranking according to relevance.
is there any easy way to do this?