rafalp / Misago

Misago is fully featured modern forum application that is fast, scalable and responsive.
http://misago-project.org
GNU General Public License v2.0
2.56k stars 530 forks source link

Does MIsago support Chinese search? #849

Closed promanz closed 7 years ago

promanz commented 7 years ago

up: Does MIsago support Chinese search?

rafalp commented 7 years ago

Please refer to official forums to ask questions regarding translations as per readme. Issue tracker is only for reporting bugs.

rafalp commented 7 years ago

Welp, dunno where I've got the translation idea from.

Misago uses Django's postgresql fulltext search facilities under the hood, so the question would best be asked on django users mailing group IMHO.

If there are any issues, I'm open for pull requests improving it.

promanz commented 7 years ago

thank you, i thank the problem might be URLencode and RE:

rl(r'^search/(?P[-a-zA-Z0-9]+)/$', api.search, name='search'),

rafalp commented 7 years ago

No. This is search provider name, not search query.

promanz commented 7 years ago

oh...

promanz commented 7 years ago

I've configured the misago Chinese search by installing zhparser, oh yeah!