diff --git a/tests/integration/Espo/Core/Select/SelectBuilderTest.php b/tests/integration/Espo/Core/Select/SelectBuilderTest.php index 528c689452..89645a96bd 100644 --- a/tests/integration/Espo/Core/Select/SelectBuilderTest.php +++ b/tests/integration/Espo/Core/Select/SelectBuilderTest.php @@ -784,6 +784,7 @@ class SelectBuilderTest extends \tests\integration\Core\BaseTestCase $expectedWhereClause = [ 'OR' => [ + ['MATCH_NATURAL_LANGUAGE:(name, bodyPlain, body, \'test@test.com\'):' => null], ['fromEmailAddressId=' => $emailAddressId], ['emailEmailAddress.emailAddressId=' => $emailAddressId], ],