[TYPO3] an_searchit: search page-titles

Felix Natter fnatter at gmx.net
Sat Sep 30 15:44:10 CEST 2006


hi,

I am using an_searchit as a search engine. Searching content elements
(section 2 below) works fine.  But searching pagetitles (section 1) does
not work correctly. 

It finds the page, but the link is incorrect: 1.0.html#60
It always refers to pid 1, content element #60. The correct link would be
60.0.html.

I have read through the documentation but couldn't find anything.

The config looks like this:

temp.searchitConfig{
  sections{
    1{
        title = Seitentitel
        table = pages
        fields = title|subtitle|keywords
        select.where = deleted=0 and hidden=0
        params = no_cache=1
     }
    2{
      	title = Seiteninhalt
      	table = tt_content
      	fields = header|bodytext|imagecaption
        select.where = deleted=0 and hidden=0
        params = no_cache=1
     }
     3{
        title = Gästebuch
      	table = tx_veguestbook_entries
      	fields = entry|entrycomment
      	PID = 52
        select.where = deleted=0 and hidden=0
        params = no_cache=1
     }
  }
}

I'd appreciate any hint. Thanks!

-- 
Felix Natter



More information about the TYPO3-english mailing list