Files
zulip/help/configure-multi-language-search.md
David Rosa aa207b8207 help: Fix links to production docs.
We should normally be linking to the stable version of production
documentation, unless the page/section isn't there yet.
2023-03-23 12:18:06 -07:00

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.