mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-11-01 18:47:52 +00:00
Ensure we normalize for all languages
This commit is contained in:
@@ -69,9 +69,9 @@ plugin {
|
|||||||
fts_enforced = yes
|
fts_enforced = yes
|
||||||
fts_autoindex_exclude = \Trash
|
fts_autoindex_exclude = \Trash
|
||||||
fts_autoindex_exclude1 = \Junk
|
fts_autoindex_exclude1 = \Junk
|
||||||
fts_filters = normalizer-icu snowball stopwords
|
fts_filters = normalizer-icu lowercase snowball stopwords
|
||||||
fts_filters_en = lowercase snowball english-possessive stopwords
|
fts_filters_en = normalizer-icu lowercase snowball english-possessive stopwords
|
||||||
fts_filters_fr = lowercase snowball contractions 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
|
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 %}
|
{% if FULL_TEXT_SEARCH_ATTACHMENTS %}
|
||||||
fts_tika = http://{{ FTS_ATTACHMENTS_ADDRESS }}:9998/tika/
|
fts_tika = http://{{ FTS_ATTACHMENTS_ADDRESS }}:9998/tika/
|
||||||
|
|||||||
@@ -1 +1,2 @@
|
|||||||
Switch to alpine 3.20, remove a dependency on edge for dovecot
|
Switch to alpine 3.20, remove a dependency on edge for dovecot
|
||||||
|
Ensure we user normalizer-icu in all languages
|
||||||
|
|||||||
Reference in New Issue
Block a user