I using SqlServer Full Text Search. In my website, user can input search term, and I looking for it.
I noticed that several symbols, such as tilda ('~') cause sql server to throw the following error:
Syntax error near ')' in the full-text search condition '(~~)
What is the correct way to deal with this?