add search filter muti has_key_word and not_key_word
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user