I have sql server 2005 x64 standard version. english version windows 2003.
I have a company table with a column "company name" and create a fulltext
index on this column, collision is swedish.
for example, there are 5 cases value in this column, like following:
A ICA Maxi, ABDICA, ICADDD, ABCICABB
when I search:
select companyname from company where contains( companyname, 'ICA')
A ICA Maxi, ABDICA, ICADDD are returned.
I think "A ICA Maxi" should be the only one to be returned.
Thank you in advanced if there is anyone can help me.
Hilary Cotter - 26 May 2008 22:11 GMT
What word breaker are you using to index your documents?
>I have sql server 2005 x64 standard version. english version windows 2003.
>
[quoted text clipped - 10 lines]
>
> Thank you in advanced if there is anyone can help me.