I am taking a user search expression and converting it to a format understood by SQL Server's full-text search.
I have a question about what characters I must strip from the user's search text.
I'm thinking I need to double up both single and double quotes. Is there other punctuation I need to remove? Has anyone seen a complete list of invalid characters for this?
I looked at the MS documentation for CONTAINS and FORMSOF but didn't see where this issue is addressed.