...Человеческий поиск в разработке...
- Модуль: tasks
- Путь к файлу: ~/bitrix/modules/tasks/lib/internals/searchindex.php
- Класс: BitrixTasksInternalsSearchIndex
- Вызов: SearchIndex::setCommentSearchIndex
static function setCommentSearchIndex($taskId, $commentId, $commentText) { $searchIndex = htmlspecialcharsback($commentText); $searchIndex = static::prepareSearchIndex($searchIndex); SearchIndexTable::set($taskId, $commentId, $searchIndex); }