[TYPO3-english] Adjusting the page title used by indexed_search

Jan Bednarik info at bednarik.org
Thu Aug 25 15:40:09 CEST 2011


Hi,

it made me think ;)

You can adjust page title by using userFunc on it (see TSRef), this way 
you could alter the title that would be then used in indexed search.

In order to return the original title, you could use

config.noPageTitle = 1

and then supply title like this:

page.headerData.123 = TEXT
page.headerData.123 {
wrap = <title>|</title>
value = ...
}

Jan

Dne 24.8.2011 15:04, Oliver Salzburg napsal(a):
> How can I modify the page title that will be used by indexed_search?
>
> I've currently commented out the use of indexedDocTitle in the indexer
> completely because I was unable to find any point where I would able to
> adjust it's value.



More information about the TYPO3-english mailing list