Ein Teil des ganzen Bazens

TypoScript für die Indexed Search

page.config.index_enable = 1
plugin.tx_indexedsearch {
_DEFAULT_PI_VARS {
    # grouping: flat/sections
    group = sections
  }
  _LOCAL_LANG.de {
    link_advancedSearch = Weitere Optionen
    searchFor = Suchbegriff(e)
    form_searchFor = Suchbegriff(e)
   }
   
  tt_content.wrap = <!--TYPO3SEARCH_begin-->|<!--TYPO3SEARCH_end-->
 # _CSS_DEFAULT_STYLE >
  templateFile = fileadmin/template/indexed_search.html
  show.rules=0
  show.advancedSearchLink=1
  search.page_links=3
  show.resultNumber=1
  show.LxALLtypes=0
  # blind.group=-1
  #search.defaultFreeIndexUidList = 0,6,7,8
  #blind.freeIndexUid = 0
  #search.detect_sys_domain_records=1
}