[TYPO3-dev] Re: Unable to index exact content part with Indexed Search Plugin

Ramaraju Musku mramaraju.dba at gmail.com
Fri Oct 10 21:48:28 CEST 2014


For this type of Issue find the exact typo script page and change the content object by using 10,20,30 if in your content displaying typo script using 20=records or 20=Text jest displace them and place your tags like this
Before:
in my case the page name is like this content.main.ts 
20 = RECORDS
20 {
			source.current=1
			tables = tt_content
		}


After change:
20=TEXT
                20.value=<!--TYPO3SEARCH_begin-->
		30 = RECORDS
		30 {
			source.current=1
			tables = tt_content
		}
               40=TEXT
                40.value=<!--TYPO3SEARCH_end-->

Regards:
-------------
Prudhvi Krishna



More information about the TYPO3-dev mailing list