[TYPO3] indexed search results

ben van 't ende [netcreators] ben at netcreators.nl
Tue Mar 28 16:51:25 CEST 2006


ben van 't ende [netcreators] wrote:
> Hey Guys,
> 
> Can somebody help me out here? I have posted this a few days ago
> already. I have a problem with displaying the search results for
> documents like doc, pdf, xls. Besides TYPO3 content the documents are
> indexed properly also. I can see this in the info module, but they are
> not shown in the frontend search results when I search for a certain
> term whereas 'normal' TYPO3 content is shown. The 'Indexing Engine
> Statistics' in the  Indexing module however doesn't show any documents
> in 'List: External documents'. That is probably the reason why this
> doesn't function in the frontend. How do I get the documents to show in
> 'Indexing Engine Statistics'?
> 
> What is the missing link here?

The missing link here is that during the upgrade from 3.8.0 to 3.8.1 the
definition of the 'fe_group' remained VARCHAR 100 instead of INT 11. In some way
I cannot understand this was not changed. By manually:

ALTER TABLE `tt_content` CHANGE `fe_group` `fe_group` INT( 11 ) NOT NULL DEFAULT '0'

all is well again. For months I had this problem with my own website which is
now solved.

gRTz

ben
-- 
netcreators :: creation and innovation
www.netcreators.com -  www.typo3.nl




More information about the TYPO3-english mailing list