SQL Server Full Text Search Special character issue
Posted
by ManojTrek
on Stack Overflow
See other posts from Stack Overflow
or by ManojTrek
Published on 2010-05-12T15:17:49Z
Indexed on
2010/05/12
15:54 UTC
Read the original article
Hit count: 408
full
|full-text-search
Hello,
I have Full Text catalog created in SQL Server 2005, when I search the text like "Bolivia's History", it returns all the result matching to that, but if I use "Bolivias History", it does not return anything, I am very new to Full Text Search stuff, any lead how to ignore the special character ("'"), in Full Text Search?
Thanks in Advance, Manoj
© Stack Overflow or respective owner