Files
zulip/help/configure-multi-language-search.md
Alya Abbott ac47f85a34 help: Remove term "narrow" form help center.
"Narrow" was used to describe navigation and search filtering, but
was not helpful in either situation.
2024-02-23 17:09:29 -08:00

1.0 KiB

Configure multi-language search

Zulip supports full-text search, which can be combined arbitrarily with Zulip's full suite of search filters. 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.