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:
parent
72bf53105c
commit
7df8cdbe01
@ -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/
|
||||
|
@ -1 +1,2 @@
|
||||
Switch to alpine 3.20, remove a dependency on edge for dovecot
|
||||
Ensure we user normalizer-icu in all languages
|
||||
|
Loading…
x
Reference in New Issue
Block a user