From f8dcd40905b2d1702db1f8750d287395d40e142b Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Thu, 14 Apr 2022 14:54:06 +0300 Subject: [PATCH] fix test --- tests/integration/Espo/Core/Select/SelectBuilderTest.php | 1 + 1 file changed, 1 insertion(+) 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], ],