--- typo3/sysext/indexed_search/pi/class.tx_indexedsearch.php 2006-09-11 09:18:11.000000000 +0200 +++ typo3/sysext/indexed_search/pi/class.tx_indexedsearch.php 2006-10-27 17:19:22.000000000 +0200 @@ -1324,7 +1324,7 @@ $html = $this->cObj->substituteSubpart($html, '###ADDITONAL_KEYWORD###', ''); } - $markerArray['###ACTION_URL###'] = $this->pi_getPageLink($GLOBALS['TSFE']->id, $GLOBALS['TSFE']->sPre); + $markerArray['###ACTION_URL###'] = $this->pi_getPageLink($this->conf['result_link_target'], $GLOBALS['TSFE']->sPre); $hiddenFieldCode = $this->cObj->getSubpart($this->templateCode, '###HIDDEN_FIELDS###'); $hiddenFieldCode = preg_replace('/^\n\t(.+)/ms', '$1', $hiddenFieldCode); // Remove first newline and tab (cosmetical issue)