From ae073ecd43a0e871acb43295a499dabd6d46a050 Mon Sep 17 00:00:00 2001 From: Mathias Brodala Date: Thu, 5 Dec 2024 09:31:04 +0100 Subject: [PATCH] [TASK] Remove elasticsearch/elasticsearch from recommended extension The elasticsearch/elasticsearch package is not a TYPO3 extension but merely a library to interact with Elasticsearch. A proper TYPO3 integration needs custom code. --- Documentation/Extensions/RecommendedExtensions.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Documentation/Extensions/RecommendedExtensions.rst b/Documentation/Extensions/RecommendedExtensions.rst index 2a56ad6d..a425e95a 100644 --- a/Documentation/Extensions/RecommendedExtensions.rst +++ b/Documentation/Extensions/RecommendedExtensions.rst @@ -56,10 +56,3 @@ streamlined workflows, and powerful enhancements for TYPO3 development. TYPO3. It is straightforward to set up and integrates well with TYPO3's core, making it a great solution for sites that require basic search without additional configuration. - -* Elasticsearch Integration: :composer:`elasticsearch/elasticsearch` - - Elasticsearch integration for TYPO3 provides a connection to the - Elasticsearch engine, known for its high-speed search capabilities and - scalability. This extension is ideal for large-scale websites or - applications that demand robust search functionality.