• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/search/companysearchcontentbuilder.php
  • Класс: Bitrix\Crm\Search\CompanySearchContentBuilder
  • Вызов: CompanySearchContentBuilder::isFullTextSearchEnabled
public function isFullTextSearchEnabled()
{
	return CompanyTable::getEntity()->fullTextIndexEnabled('SEARCH_CONTENT');
}