Switched to FTS5

This commit is contained in:
M66B
2020-01-15 13:16:52 +01:00
parent d51f1b0c89
commit b7f1be88d0
6 changed files with 21 additions and 12 deletions

View File

@@ -238,7 +238,7 @@ public interface DaoMessage {
" WHERE content" +
" AND NOT fts" +
" AND folder.type <> '" + EntityFolder.OUTBOX + "'" +
" ORDER BY message.received DESC")
" ORDER BY message.received")
Cursor getMessageFts();
@Query("SELECT id, account, thread, (:find IS NULL" +