...Человеческий поиск в разработке...
- Модуль: crm
- Путь к файлу: ~/bitrix/modules/crm/lib/update/catalog/productsearchablestepper.php
- Класс: Bitrix\Crm\Update\Catalog\ProductSearchableStepper
- Вызов: ProductSearchableStepper::indexRow
private function indexRow($elementRow): void { static $element = null; if ($element === null) { $element = new \CIBlockElement(); } $element->update($elementRow['ID'], $elementRow); }