[Typo3-dev] How do I get indexed search to work on a USER_INT extension

Elmar Hinz elmar.hinz at vcd-berlin.de
Mon Oct 3 23:37:52 CEST 2005


Pilot wrote:
> it's strange, that nobody wrote search spider for typo3's pages.
> 
> it's not so hard, becouse there aer a lot of feaches, for example, such 
> string in HTML:
> 
> :<!-- BEGIN: Content of extension "tt_products", plugin
> "tx_ttproducts"-->
> 

Interesting question.

So, what does a spider do? Crawling websides and storing information 
about them into an quickly searchable database.

The point is, that the information of a typo3 website already is in such 
a database. So probably nobody came to the idea of storing them a second 
time into the same database.

But as that special point, where you have a really dynamic plugin output 
but with some special static parts in it, spidering could make sense.

Example?

Your extension outputs realtime prices of shares. You have to use 
USER_INT because the prices change dynamically. But it could be 
interesting to have the names of the shares searchable indexed. It 
wouldn't matter to much if that spider has indexed an older price, when 
he came to visit the page, if the indexed name leads to the actual page.

The easier solution is to build the browselist with one plugin as USER, 
where the entries point to a second plugin, on the same or a second 
side, that contains USER_INT to output the details.

Regards

Elmar


-- 
Climate change 2005: New Orleans, Sahel, Bangladesh, Spain, Portugal, 
Austria, Swiss, France, ...
Production of CO2 is killing people.
Production of CO2 just for fun is killing people just for fun.




More information about the TYPO3-dev mailing list