Hello,
I encountered a problem that there is no result returned when I enter Chinese character for searching body content in discussion topic / reply. I'm using FullTextSqlQuery for search. I tried to use "zh-HK" and "zh-TW" as cultureInfo, but both return no result.
I found that Chinese character search is ok for the crawled property "Basic:displaytitle" (which is the title of a discussion post). Correct result returned. But Chinese character search returns NO result for "ows_body" (which is the body content of a discussion post). I think it is not the problem of Chinese word breaker, because I tried to input whole Chinese sentence and no result returned too.
What I want to do is to do Chinese character search in discussion post in SharePoint. Is there anyone tried this case before ? I'm so frustrated that why one property is ok, but not for another property.
Thanks!!
I encountered a problem that there is no result returned when I enter Chinese character for searching body content in discussion topic / reply. I'm using FullTextSqlQuery for search. I tried to use "zh-HK" and "zh-TW" as cultureInfo, but both return no result.
I found that Chinese character search is ok for the crawled property "Basic:displaytitle" (which is the title of a discussion post). Correct result returned. But Chinese character search returns NO result for "ows_body" (which is the body content of a discussion post). I think it is not the problem of Chinese word breaker, because I tried to input whole Chinese sentence and no result returned too.
What I want to do is to do Chinese character search in discussion post in SharePoint. Is there anyone tried this case before ? I'm so frustrated that why one property is ok, but not for another property.
Thanks!!