This question has been answered by Jul. See the first response.
/* Disabled : highlighting in linked ressources
if ($this->asCfg->cfg['highlightResult'] && $hClass) {
$resultLink = $modx->makeUrl($row[$id], '', 'searched=' . urlencode($this->asCtrl->searchString) . '&advsearch=' . urlencode($this->asCtrl->advSearch) . '&highlight=' . urlencode($hClass));
} else {
$resultLink = $modx->makeUrl($row[$id]);
}
*/
$resultLink = $modx->makeUrl($row[$id]);