pagemachine/searchable

TYPO3 extension to index and search content with Elasticsearch

Maintainers

Package info

github.com/pagemachine/searchable

Type:typo3-cms-extension

pkg:composer/pagemachine/searchable

Statistics

Installs: 38 096

Dependents: 0

Suggesters: 0

Stars: 8

Open Issues: 8

6.3.1 2026-03-16 09:51 UTC

README

This extension adds Elasticsearch-based indexing and search to TYPO3, with flexible extension points for complex projects.

Features:

  • Out-of-the-box page indexing
  • Easy support for extension content through TCA-based indexing
  • Multilanguage support
  • Command-line indexing
  • Highly configurable
  • Easily extendable with your own logic

The extension is designed to adapt to project-specific requirements. Instead of writing a complete indexer from scratch, you can register custom classes for nearly every sub-process, including preview rendering, link generation, and more.

Documentation

The full documentation can be found here.

Installation

You can install this extension from multiple sources:

  1. Via Composer:

     composer require pagemachine/searchable
    
  2. From the TYPO3 Extension Repository

  3. From GitHub

Testing

All tests can be executed with the shipped Docker Compose definition:

docker compose run --rm app composer build