TF-2323 Handle search sort by Relevance

Signed-off-by: dab246 <tdvu@linagora.com>
(cherry picked from commit 20efa6dc9960c8e90bed4f05f1b3d86d0c42d0f4)
This commit is contained in:
dab246
2023-12-18 12:09:25 +07:00
committed by Dat H. Pham
parent 19fd4e625d
commit a3b711a659
3 changed files with 8 additions and 14 deletions
@@ -88,6 +88,7 @@ enum EmailSortOrderType {
return this == EmailSortOrderType.subjectDescending ||
this == EmailSortOrderType.subjectAscending ||
this == EmailSortOrderType.senderDescending ||
this == EmailSortOrderType.senderAscending;
this == EmailSortOrderType.senderAscending ||
this == EmailSortOrderType.relevance;
}
}