zulip/zproject
Kouhei Sutou 683f49aa99 Support full text search for all languages using pgroonga.
This adds support for using PGroonga to back the Zulip full-text
search feature.  Because built-in PostgreSQL full text search doesn't
support languages that don't put space between terms such as Japanese,
Chinese and so on. PGroonga supports all languages including Japanese
and Chinese.

Developers will need to re-provision when rebasing past this patch for
the tests to pass, since provision is what installs the PGroonga
package and extension.

PGroonga is enabled by default in development but not in production;
the hope is that after the PGroonga support is tested further, we can
enable it by default.

Fixes #615.

[docs and tests tweaked by tabbott]
2016-08-26 21:04:03 -07:00
..
jinja2 Annotate zproject/jinja2/backends.py 2016-08-09 09:19:24 -07:00
__init__.py Rename Django project to zproject. 2013-08-07 11:04:03 -04:00
backends.py Annotate zproject/backends.py. 2016-08-09 09:19:24 -07:00
dev_settings.py Support full text search for all languages using pgroonga. 2016-08-26 21:04:03 -07:00
dev_urls.py Upgrade to Django-Pipeline==1.6.8. 2016-07-09 07:09:55 -07:00
legacy_urls.py views: Move presence views to presence.py. 2016-07-26 14:29:32 -07:00
local_settings.py settings: Eliminate ADMIN_DOMAIN for creating initial realm. 2016-08-25 09:37:33 -07:00
prod_settings_template.py settings: Eliminate ADMIN_DOMAIN for creating initial realm. 2016-08-25 09:37:33 -07:00
settings.py Support full text search for all languages using pgroonga. 2016-08-26 21:04:03 -07:00
terms.md.template Add TERMS_OF_SERVICE setting. 2016-07-29 20:47:31 -07:00
test_settings.py Move Zulip's TOS to TERMS_OF_SERVICE markdown file. 2016-07-29 20:47:42 -07:00
urls.py Move webathena views to its own file. 2016-08-18 18:26:49 -07:00
wsgi.py Activate virtualenv in production Python code. 2016-06-27 19:55:35 -07:00