TF-933 Replace hasKeyword with text in advanced search
This commit is contained in:
@@ -124,7 +124,6 @@ class SearchController extends BaseController {
|
||||
Set<String>? to,
|
||||
SearchQuery? text,
|
||||
String? subject,
|
||||
Set<String>? hasKeyword,
|
||||
Set<String>? notKeyword,
|
||||
PresentationMailbox? mailbox,
|
||||
EmailReceiveTimeType? emailReceiveTimeType,
|
||||
@@ -136,7 +135,6 @@ class SearchController extends BaseController {
|
||||
to: to,
|
||||
text: text,
|
||||
subject: subject,
|
||||
hasKeyword: hasKeyword,
|
||||
notKeyword: notKeyword,
|
||||
mailbox: mailbox,
|
||||
emailReceiveTimeType: emailReceiveTimeType,
|
||||
|
||||
Reference in New Issue
Block a user