TF-3291 Fix [SEARCH] No results if you add > 1 address in the From field
This commit is contained in:
@@ -127,7 +127,7 @@ class SearchEmailFilter with EquatableMixin, OptionParamMixin {
|
||||
..._generateFilterFromToField(),
|
||||
if (from.length > 1)
|
||||
LogicFilterOperator(
|
||||
Operator.AND,
|
||||
Operator.OR,
|
||||
from.map((e) => EmailFilterCondition(from: e)).toSet(),
|
||||
),
|
||||
if (notKeyword.length > 1)
|
||||
|
||||
Reference in New Issue
Block a user