1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-03-03 14:52:36 +02:00

Ensure we normalize for all languages

This commit is contained in:
Florent Daigniere 2024-05-27 18:33:25 +02:00
parent 72bf53105c
commit 7df8cdbe01
2 changed files with 4 additions and 3 deletions

View File

@ -69,9 +69,9 @@ plugin {
fts_enforced = yes
fts_autoindex_exclude = \Trash
fts_autoindex_exclude1 = \Junk
fts_filters = normalizer-icu snowball stopwords
fts_filters_en = lowercase snowball english-possessive stopwords
fts_filters_fr = lowercase snowball contractions stopwords
fts_filters = normalizer-icu lowercase snowball stopwords
fts_filters_en = normalizer-icu lowercase snowball english-possessive stopwords
fts_filters_fr = normalizer-icu lowercase snowball contractions stopwords
fts_header_excludes = Received DKIM-* ARC-* X-* x-* Comments Delivered-To Return-Path Authentication-Results Message-ID References In-Reply-To Thread-* Accept-Language Content-* MIME-Version
{% if FULL_TEXT_SEARCH_ATTACHMENTS %}
fts_tika = http://{{ FTS_ATTACHMENTS_ADDRESS }}:9998/tika/

View File

@ -1 +1,2 @@
Switch to alpine 3.20, remove a dependency on edge for dovecot
Ensure we user normalizer-icu in all languages