TYPO3 Logo
Indexed Search
Release: main

Loading data.

  • Introduction
  • Editor manual
  • Installation
  • Backend Module
  • Indexing Configurations
  • Configuration
    • General
    • Site set
    • Settings editor
    • TypoScript
    • Template overrides
  • Technical details
    • HTML content
    • Use of hashes
    • Analysing the indexed data
    • How pages are indexed
    • External media
    • Access restricted pages
    • Events
  • Database Tables
    • index_phash
    • index_section
    • index_fulltext
    • index_grlist
    • index_words, index_rel
  • Known problems
  • Sitemap

Contributors Corner

  • View source of current document
  • How to edit
  • Edit current document on GitHub
  1. TYPO3 Indexed Search
  2. Configuration
  3. Site set
Report issue View source How to edit Edit on GitHub

Site set "Indexed Search"

New in version 13.3

The system extension typo3/cms-indexed-search provides a site set with default settings.

Include the site set "Indexed Search" via the site set in the site configuration or the custom site package's site set.

Add the site set "Indexed Search"

This will change your site configuration file as follows:

config/sites/my-site/config.yaml (diff)
  base: 'https://example.com/'
  rootPageId: 1
  dependencies:
    - typo3/fluid-styled-content-css
+   - typo3/indexed-search
Copied!

If your site has a custom site package, you can also add the "Indexed Search" set as dependency in your site set's configuration:

EXT:my_site_package/Configuration/Sets/MySite/config.yaml (diff)
 name: my-vendor/my-site-package
 label: My Site Package Set
 settings:
   website:
     background:
       color: '#386492'
 dependencies:
   - typo3/fluid-styled-content-css
+  - typo3/indexed-search
Copied!

Settings of the site set "Indexed Search"

These settings can be adjusted in the Settings editor.

Name Type Label
indexedsearch
Indexed Search
indexedsearch.templates
Templates
indexedsearch.view.templateRootPath
string Path to template root (FE)
indexedsearch.view.partialRootPath
string Path to template partials (FE)
indexedsearch.view.layoutRootPath
string Path to template layouts (FE)
indexedsearch.targetPid
int Set the target page where search results are shown
indexedsearch.rootPidList
string A list of integer which should be root-pages to search from

indexedsearch

indexedsearch
Label
Indexed Search

indexedsearch.templates

indexedsearch.templates
Label
Templates

indexedsearch.view.templateRootPath

indexedsearch.view.templateRootPath
Type
string
Default
"EXT:indexed_search/Resources/Private/Templates/"
Label
Path to template root (FE)
Category
Indexed Search > Templates

indexedsearch.view.partialRootPath

indexedsearch.view.partialRootPath
Type
string
Default
"EXT:indexed_search/Resources/Private/Partials/"
Label
Path to template partials (FE)
Category
Indexed Search > Templates

indexedsearch.view.layoutRootPath

indexedsearch.view.layoutRootPath
Type
string
Default
"EXT:indexed_search/Resources/Private/Layouts/"
Label
Path to template layouts (FE)
Category
Indexed Search > Templates

indexedsearch.targetPid

indexedsearch.targetPid
Type
int
Default
0
Label
Set the target page where search results are shown
Category
Indexed Search

indexedsearch.rootPidList

indexedsearch.rootPidList
Type
string
Label
A list of integer which should be root-pages to search from
Category
Indexed Search
  • Previous
  • Next
Reference to the headline

Copy and freely share the link

This link target has no permanent anchor assigned. You can make a pull request on GitHub to suggest an anchor. The link below can be used, but is prone to change if the page gets moved.

Copy this link into your TYPO3 manual.

  • Home
  • Contact
  • Issues
  • Repository

Last rendered: Feb 11, 2025 17:14

© since 1997 by the TYPO3 contributors
  • Legal Notice
  • Privacy Policy