mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 12:44:42 +00:00
Maximize search suggestions to 5
This commit is contained in:
parent
c27d170ab4
commit
416bf46803
1 changed files with 2 additions and 1 deletions
|
@ -479,7 +479,8 @@ public interface DaoMessage {
|
|||
" WHERE sender LIKE :query" +
|
||||
" AND NOT message.ui_hide" +
|
||||
" GROUP BY sender" +
|
||||
" ORDER BY sender, subject")
|
||||
" ORDER BY sender, subject" +
|
||||
" LIMIT 5")
|
||||
Cursor getSuggestions(String query);
|
||||
|
||||
@Query("SELECT language FROM message" +
|
||||
|
|
Loading…
Reference in a new issue