Added comment

This commit is contained in:
M66B 2021-08-13 16:09:51 +02:00
parent 4fd0e02d10
commit c846d390cc
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ public class FtsDbHelper extends SQLiteOpenHelper {
", `notes`" +
", tokenize = \"unicode61 remove_diacritics 2\")");
// https://www.sqlite.org/fts5.html#unicode61_tokenizer
// https://unicode.org/reports/tr29/
// https://www.sqlite.org/fts5.html#the_fts5vocab_virtual_table_module
db.execSQL("CREATE VIRTUAL TABLE message_terms USING fts5vocab('message', 'row');");