1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-08-10 22:31:47 +02:00

Add fts_filters

This commit is contained in:
Florent Daigniere
2023-10-09 18:32:28 +02:00
parent 39af87dff4
commit 5056fa0138

View File

@@ -63,6 +63,8 @@ plugin {
fts_autoindex = yes
fts_enforced = yes
fts_autoindex_exclude = \Trash
fts_filters = normalizer-icu stopwords
fts_filters_en = lowercase english-possessive stopwords
{% endif %}
{% if COMPRESSION in [ 'gz', 'bz2', 'lz4', 'zstd' ] %}