Skip to content

mfvetter/kesearch_custom_tables

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kesearch_custom_tables

This extension extends the standard TYPO3 extension ke_search content record indexers so that custom tables and fields can be indexed.

This extension was based on the Flux Kesearch Indexer extension:

https://extensions.typo3.org/extension/flux_kesearch_indexer

https://github.com/MamounAlsmaiel/flux_kesearch_indexer

Configuration

Add the following configuration to your typoscript.

plugin.tx_kesearch_custom_tables {
  config {
    elements {
      accordion {
        table = tx_bootstrappackage_accordion_item
        fields = header,bodytext
      }
      tab {
        table = tx_bootstrappackage_accordion_item
        fields = header,bodytext
      }
      carousel {
        table = tx_bootstrappackage_carousel_item
        fields = header,subheader,bodytext
      }
      icon_group {
        table = tx_bootstrappackage_icon_group_item
        fields = header,subheader
      }
      card_group {
        table = tx_bootstrappackage_card_group_item
        fields = header,bodytext
      }
      timeline {
        table = tx_bootstrappackage_timeline_item
        fields = header,bodytext
      }
    }
  }
}

Limitations

Currently only suports Typo3 11.5.

At this moment, this extension doesn't index linked files from the content of the custom tables.

It also doesn't work with the scheduler as the configuration is based on TypoScript only.

About

TYPO3 KeSearch Indexer for Custom Tables

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages