[Typo3] Simple search and simple calendar

Henrik Evers henrik_evers at arcor.de
Fri Feb 11 21:33:59 CET 2005


Hi,

The simple search (not the indexed search) does not find entries of the simple 
calendar. Although I've said in the setup that it should look in 
"tx_desimplecalendar_event.title-shortdescription-description"

BTW, it's impossible to google after "search", even combined with "typo3" or 
similar...

Does anybody have an idea?

Regards,

Henrik

lib.searchbox = FORM
lib.searchbox {
  type = {$searchpagePID}
  locationData = 1
  no_cache = 0
  layout = ###FIELD###

  # Workaround für den FORM tag
  target = " style="margin-bottom : -1px; padding:0px; height:13px; 
vertical-align:middle; border:0px white solid; background-color:white; 

  image = IMAGE
  image.file = fileadmin/templates/images/lupe.png
  image.alttext = Volltext-Suche

  params.submit =  
onmouseover="this.src='fileadmin/templates/images/lupe2.png'" 
onmouseout="this.src='fileadmin/templates/images/lupe.png'"
  #params.input = class="eingabe"
 params.input = style="vertical-align:top;width:140px;height: 13px; font: 11px 
Arial, Helvetica, sans-serif; background-color: white; border:0px;"
  dataArray {
      10.type = sword=input,10
      20.type = scols=hidden
      20.value = 
pages.title-subtitle-keywords-description:tt_content.header-bodytext-imagecaption:tx_desimplecalendar_event.title-shortdescription-description
      30.type = stype=hidden
      30.value = L0
      40.type = submit=submit
  }
}



More information about the TYPO3-english mailing list