mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
These files are not Jinja2 templates, so there's no reason that they needed to be inside `templates/zerver`. Moving them to the top level reflects their importance and also makes it feel nicer to work on editing the help center content, without it being unnecessary buried deep in the codebase.
1006 B
1006 B
Configure multi-language search
Zulip supports full-text search, which can be combined arbitrarily with Zulip's full suite of narrowing operators. By default, Zulip search only supports English text, using PostgreSQL's built-in full-text search feature, with a custom set of English stop words to improve the quality of the search results.
Self-hosted Zulip organizations can instead set up an experimental PGroonga integration that provides full-text search for all languages simultaneously, including Japanese and Chinese. See here for setup instructions.