2022-07-07 07:48:41 +02:00
|
|
|
# Configure multi-language search
|
|
|
|
|
|
|
|
Zulip supports [full-text search](/help/search-for-messages), which can be
|
2024-02-23 22:26:08 +01:00
|
|
|
combined arbitrarily with Zulip's full suite of [search
|
|
|
|
filters](/help/search-for-messages#search-filters). By default, Zulip search
|
|
|
|
only supports English text, using [PostgreSQL's built-in full-text search
|
|
|
|
feature](https://www.postgresql.org/docs/current/textsearch.html), with a custom
|
|
|
|
set of English stop words to improve the quality of the search results.
|
2022-07-07 07:48:41 +02:00
|
|
|
|
|
|
|
Self-hosted Zulip organizations can instead set up an experimental
|
|
|
|
[PGroonga](https://pgroonga.github.io/) integration that provides full-text
|
|
|
|
search for all languages simultaneously, including Japanese and Chinese. See
|
2023-03-23 05:32:39 +01:00
|
|
|
[here](https://zulip.readthedocs.io/en/stable/subsystems/full-text-search.html#multi-language-full-text-search)
|
2022-07-07 07:48:41 +02:00
|
|
|
for setup instructions.
|
|
|
|
|
|
|
|
## Related articles
|
|
|
|
|
2022-06-27 22:49:18 +02:00
|
|
|
* [Configure organization language for automated messages and invitation emails][org-lang]
|
2022-07-07 07:48:41 +02:00
|
|
|
* [Searching for messages](/help/search-for-messages)
|
2022-06-27 22:49:18 +02:00
|
|
|
|
2022-05-03 15:01:07 +02:00
|
|
|
[org-lang]: /help/configure-organization-language
|