First time here? Check out the FAQ!
1

How can askbot support Chinese text search?

askbot 0.11.2 doesn't support chinese search very well. I try to use sphinx-for-chinese to support chinese. But it seems that askbot 0.11.2 don't support sphinx any more. I see an answer says to use haystack, but how can i take it into askbot? Is there anyone knowing how to support chinese serach well?

eugenejay's avatar
23
eugenejay
asked 2022-03-14 04:09:09 -0500
Evgeny's avatar
13.2k
Evgeny
updated 2023-05-20 21:35:50 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

Right, currently there is no support for languages that are not supported by your database. I think that the way to go is using Elasticsearch, so if anyone is willing to develop the ES support for Askbot, please let me know.

Anyway, it will be on a roadmap within this year.

Evgeny's avatar
13.2k
Evgeny
answered 2022-03-17 15:37:26 -0500
edit flag offensive 0 remove flag delete link

Comments

Thanks for your answer. I have tried to use zhparser based on postgresql. And it works very well in my project.

eugenejay's avatar eugenejay (2022-04-12 02:59:11 -0500) edit
add a comment see more comments