From d1aa3f721d077c92e02fecb433332150dc4aaa87 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Fri, 1 Nov 2019 13:16:08 +0200 Subject: [PATCH] no full text threshold for emails --- application/Espo/SelectManagers/Email.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/application/Espo/SelectManagers/Email.php b/application/Espo/SelectManagers/Email.php index 6d5eb867ba..72536a13c7 100644 --- a/application/Espo/SelectManagers/Email.php +++ b/application/Espo/SelectManagers/Email.php @@ -35,8 +35,6 @@ class Email extends \Espo\Core\SelectManagers\Base protected $fullTextOrderType = self::FT_ORDER_ORIGINAL; - protected $fullTextRelevanceThreshold = 0.2; - protected $selectAttributesDependancyMap = [ 'subject' => ['name'], 'personStringData' => ['fromString', 'fromEmailAddressId'],