Search on BCC too

This commit is contained in:
M66B
2020-04-10 09:57:49 +02:00
parent a51c1a5098
commit 1b9e373591
3 changed files with 4 additions and 0 deletions

View File

@@ -283,6 +283,7 @@ public interface DaoMessage {
" OR `from` LIKE :find COLLATE NOCASE" +
" OR `to` LIKE :find COLLATE NOCASE" +
" OR `cc` LIKE :find COLLATE NOCASE" +
" OR `bcc` LIKE :find COLLATE NOCASE" +
" OR `subject` LIKE :find COLLATE NOCASE" +
" OR `keywords` LIKE :find COLLATE NOCASE" +
" OR `preview` LIKE :find COLLATE NOCASE) AS matched" +