4

My web application supports 3 languages, English, Traditional Chinese, Vietnamese. I understand that Traditional Chinese and Vietnamese is not supported in Postgres' Full Text Search.

If I were to go ahead and implement Full Text Search, what will happen if a text search is performed using an unsupported language?

asked Oct 3, 2014 at 3:59
0

1 Answer 1

1

There are Postgres extensions to handle Chinese. Have you tried http://pgxn.org/dist/zhparser/? You can then maybe port it to Vietnamese.

answered May 21, 2015 at 9:24
1
  • 1
    It would be better if you also answered the question. ("What will happen if ...?)" Commented May 21, 2015 at 10:26

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.