*I am not sure if this is a faceted search problem.

In faceted search,
I did a "exact match" on string "读者服务" and it returned a condition a "读者 者服 服务" ,
seems like it tokenized the string even when it was a "exact match" search and not a "with all of the words" search. Everything works fine with english words though.

Then i tried the same thing on drupal's native search.
It displayed "读者服务" as its search string but it didn't fetch the correct results , so i am guessing something went wrong underneath as well.

I tried the Chinese Word Splitter Module , though under faceted search , it did return 读者服务 as search string , the fetched results were the same.

Anyone have similar experiences
or solutions to offer ?

Thanks