Для версии скрипта 2.3 и выше, файл core/search.php, найти:
$this->query = $this->MSE->clearQuery($explode_query[0]);
заменить на:
$cleanString = $this->MSE->clearQuery($explode_query[0]);
if (preg_match('#html$#', $cleanString)):
$this->query = @preg_replace(['#_#', '#\.html#'], [' '...