Skip to content

Commit

Permalink
TF-3291 Fix [SEARCH] No results if you add > 1 address in the From field
Browse files Browse the repository at this point in the history
  • Loading branch information
dab246 authored and hoangdat committed Nov 27, 2024
1 parent 1a58542 commit c475735
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c475735

Please sign in to comment.