SearchIndex::setCommentSearchIndex

  1. Bitrix24 API (v. 23.675.0)
  2. tasks
  3. SearchIndex
  4. setCommentSearchIndex
  • Модуль: 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);
}

Добавить комментарий