How to exclude content elements indexing via typo3 index search and crawler -
when crawled content backend index content . wanted exclude perticular content area or ( perticular content elements ).
i using typo3 version 4.7.12 , index search 4.7.7 , crawler version 3.5.0
any ideas please let me know...
thanks in advance.
in addition can insert markers html comments define part of body-text include or exclude in indexing:
the marker <!--typo3search_begin-->
and/or <!--typo3search_end-->
rules:
- if there no marker @ all, included.
- if first found marker “end” marker, previous content until point included , preceeding code until next “begin” marker excluded.
- if first found marker “begin” marker, previous content until point excluded , preceeding content until next “end” marker included.
Comments
Post a Comment