[TYPO3] indexed search not indexing database records

Antonio Reher areher at sonoratec.biz
Sun Jun 15 21:43:04 CEST 2008


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 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_geps_pi1[*]' parameter 
> format rather than simply 'n' in order to avoid namespace conflicts with 
> other extensions.
>
> Best regards,
>
> Oliver
>
> Antonio Reher wrote:
>   
>> 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 in my extension with data such as:
>> - title
>> - date
>> - bodytext
>> - abstract
>> etc
>>
>> then, in documents.html I configure a plugin, tx_geps.pi1, which has two 
>> parts: a list of the records (if $_GET['n'] is not set) and the details 
>> of a record (where uid is $_GET['n']).
>>
>> It all works fine, but my problem is that the indexed search engine 
>> doesn't seem to index documents.html?n=1, documents.html?n=2, etc.
>>
>> Am I missing something in the cofiguration of indexed search?
>>
>> Thanks!
>>
>> Antonio
>>     
>
>
>   


More information about the TYPO3-english mailing list