INDEX_SEARCH
template / Setup:
page.config.index_enable = 1
page.config.index_externals = 1
tableParams {
secHead = border=0 cellpadding=0 cellspacing=0 width="560" class=xxx
searchBox = border=0 cellpadding=0 cellspacing=0
searchRes = border=0 cellpadding=0 cellspacing=0 width="560" class=xxx
}
plugin.tx_indexedsearch {
show {
rules=1
parsetimes=0
L2sections=1
L1sections=1
LxALLtypes=0
}
}
weitere Informationen ( http://www.typo3-for-the.net/indexed_search.0.html )
marks.CONTENT.wrap = "<"!--TYPO3SEARCH_begin--">" | "<"!--TYPO3SEARCH_end--">"
Bemerkung:
Die Einbindung eines StartingPoints über den normalen Weg auf der Seite selbst funktioniert nicht. Um ein Startingpoint festzulegen am besten ins Setup folgendes schreiben:
plugin.tx_indexedsearch.search.rootPidList = 277
(277 ist die PID des Startingpoints)
Weiter Beschreibung unter: http://www.typo3faq.net/index.php?sid=50463&aktion=artikel&rubrik=003&id=169&lang=de


