no full text threshold for emails

This commit is contained in:
Yuri Kuznetsov
2019-11-01 13:16:08 +02:00
parent 0afe715d9a
commit d1aa3f721d
@@ -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'],