Sql Server 2008 Full-Text Index (characters issue)
问题 The Full-Text Index searching is working perfect but suddenly I noticed that it fails when it comes to some characters variance in Arabic In Arabic we have a trailing letter say {I} that can be written like { i } or { I } , It's the same letter but different ASCII code.. exactly like the English variance between { i } & { I } the "Contains" function can get "ALi" but not "ALI" both {ALi & ALI} exist.. {ALi} returns result but without the result of {ALI} {ALI} return 0 records when using full