[TYPO3-core] RFC: #13415: [Feature] Missing "more link" in indexed_search result list

Chris Bernhard chris at dreamride.de
Sun Feb 14 21:59:07 CET 2010


Am 07.02.2010 19:53, schrieb Steffen Kamper:
> Hi,
>
> just a remark:
>
> Instead of generating same link twice, please generate only one link,
> it's better for performance.
>
> $detailLink = $this->linkPage($row['page_id'], '|', $row, $markUpSwParams);
> $more_link_url = $this->cObj->lastTypoLinkUrl;
> $title = str_replace('|', htmlspecialchars($this->makeTitle($row)),
> $detailLink;
> $moreLink = str_replace('|', $this->pi_getLL('link_more', TRUE),
> $detailLink;
>
> and please use CGL (spaces mostly)
>
> vg Steffen

Hi @ all,

yes, very great ideas! Should i create a new patch for
integrating the both links?

Im giving +1 for this ;-)

Best regards and have i nice week,

Chris


More information about the TYPO3-team-core mailing list