TF-933 Replace hasKeyword with text in advanced search

This commit is contained in:
dab246
2022-09-16 13:10:01 +07:00
committed by Dat H. Pham
parent 1ce3352a8f
commit b04ccc6ec0
4 changed files with 5 additions and 15 deletions
@@ -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,