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(),
|
..._generateFilterFromToField(),
|
||||||
if (from.length > 1)
|
if (from.length > 1)
|
||||||
LogicFilterOperator(
|
LogicFilterOperator(
|
||||||
Operator.AND,
|
Operator.OR,
|
||||||
from.map((e) => EmailFilterCondition(from: e)).toSet(),
|
from.map((e) => EmailFilterCondition(from: e)).toSet(),
|
||||||
),
|
),
|
||||||
if (notKeyword.length > 1)
|
if (notKeyword.length > 1)
|
||||||
|
|||||||
Reference in New Issue
Block a user