Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.
/ search_core Public archive

TYPO3 CMS 8.x Extension with basic Integration of Elasticsearch

Notifications You must be signed in to change notification settings

codappix/search_core

Folders and files

NameName
Last commit message
Last commit date
Mar 8, 2018
Nov 6, 2018
May 17, 2018
Nov 6, 2018
Dec 9, 2016
Sep 26, 2018
Dec 9, 2016
Mar 6, 2018
Jun 6, 2019
Jun 6, 2019
Mar 13, 2018
Feb 22, 2018
Sep 27, 2018
Mar 14, 2018
Jul 6, 2017
Nov 11, 2017
Dec 16, 2016

Repository files navigation

TYPO3 Extension search_core

Introduction

What does it do?

The goal of this extension is to provide search integrations into TYPO3 CMS. The extension will provide a convenient API to allow developers to provide concrete implementations of backends like Elasticsearch, Algolia or Solr.

The extension provides integration into TYPO3 like a frontend plugin for searches and hooks to update search indexes on updates. Also a command line interface is provided for interactions like re-indexing.

Current state

This is still a very early beta version. More information can be taken from Github at current issues.

We are also focusing on Code Quality and Testing through travis ci, phpcs, phpunit and phpstan.