add search filter muti has_key_word and not_key_word

This commit is contained in:
ManhNTX
2022-06-27 01:48:53 +07:00
committed by Dat H. Pham
parent 1c26fd5ec1
commit 9ea8fc1cb8
3 changed files with 25 additions and 20 deletions
@@ -122,8 +122,8 @@ class SearchController extends BaseController {
Set<String>? to,
SearchQuery? text,
String? subject,
Wrapped<String?>? hasKeyword,
Wrapped<String?>? notKeyword,
Set<String>? hasKeyword,
Set<String>? notKeyword,
PresentationMailbox? mailbox,
EmailReceiveTimeType? emailReceiveTimeType,
bool? hasAttachment,