[TYPO3] indexed search not indexing database records

2008-06-14 Thread Antonio Reher
Hello everybody: in my site, I hold a bunch of database records in a page, and I view them via a plugin and a get parameter with their ID. In other words, using realurl, I have: Root: - documents.html in documents the records have been inserted via the list module and they have been defined

Re: [TYPO3] indexed search not indexing database records

2008-06-15 Thread Oliver Rowlands
Hi Antonio, indexed_search will not indexed non-cached pages. You'll need to enable cHash in your extension in order to do so. Kasper's article explains everything you need to know: http://typo3.org/development/articles/the-mysteries-of-chash/ You might also want to use the recommended 'tx_gep

Re: [TYPO3] indexed search not indexing database records

2008-06-15 Thread Antonio Reher
Perfect, that was the ticket! just for the files, here is another article on the subject: http://typo3bloke.net/post-details/linking_properly_in_your_typo3_code/ Antonio Oliver Rowlands wrote: > Hi Antonio, > > indexed_search will not indexed non-cached pages. You'll need to enable > cHash in y