[TYPO3-english] disable indexing of addressbar

Andreas Kiessling kiessling at pluspol.info
Thu Jan 20 20:06:48 CET 2011


Hi,

the manual for indexed_search covers that:
http://typo3.org/documentation/document-library/extension-manuals/doc_indexed_search/4.2.1/view/1/6/

###snip###
In addition you can insert markers as HTML comments which define which 
part of the body-text to include or exclude in the indexing:

The marker is <!--TYPO3SEARCH_begin--> or <!--TYPO3SEARCH_end-->
...
If the first found marker is an “end” marker, the previous content until 
that point is included and the preceeding code until next “begin” marker 
is excluded.
###snip###

so this should do it for you:
temp.ADDRESS.wrap = <!--TYPO3SEARCH_end--> | <!--TYPO3SEARCH_begin-->
or if any content afterwards is not needed,
temp.ADDRESS.wrap = <!--TYPO3SEARCH_end--> |

HTH,
Andreas


More information about the TYPO3-english mailing list