Added comment

pull/203/head
M66B 3 years ago
parent 4fd0e02d10
commit c846d390cc

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

Loading…
Cancel
Save