Hi guys, I have a Search and Result pages in asp.net. If the user searched for a word but if he typed it in wrong spelling(e.g. tommorow), I want to show him that there's no record found in the database AND give him word suggestion/s(e.g. did you mean tomorrow? -- which has entry in our database)
I have this table fully-text-indexed.
How do I write the SQL statement for that? Any ideas and advice is appreciated.
Cheers
I have this table fully-text-indexed.
How do I write the SQL statement for that? Any ideas and advice is appreciated.
Cheers