fulltext index

This commit is contained in:
2026-04-14 12:58:09 +02:00
parent 17d9d26559
commit 0f0082c3e8
+6
View File
@@ -21,5 +21,11 @@
aliases = [ "postmaster@billenius.com" ];
};
};
fullTextSearch = {
enable = true;
autoIndex = true;
enforced = "body";
autoIndexExclude = [ "Trash" "\\Junk" ];
};
};
}