38 lines
847 B
ReStructuredText
38 lines
847 B
ReStructuredText
|
|
.. include:: /Includes.rst.txt
|
|
|
|
.. _breaking-68193:
|
|
|
|
===========================================================================================
|
|
Breaking: #68193 - ext:indexed_search Drop removeLoginpagesWithContentHash from Indexer.php
|
|
===========================================================================================
|
|
|
|
See :issue:`68193`
|
|
|
|
Description
|
|
===========
|
|
|
|
The method `\TYPO3\CMS\IndexedSearch\Indexer::removeLoginpagesWithContentHash()` was not used within the core since 6.0
|
|
and has been removed.
|
|
|
|
|
|
Impact
|
|
======
|
|
|
|
Calling `\TYPO3\CMS\IndexedSearch\Indexer::removeLoginpagesWithContentHash()` will throw a fatal error.
|
|
|
|
|
|
Affected Installations
|
|
======================
|
|
|
|
All installations with third party code using the mentioned method.
|
|
|
|
|
|
Migration
|
|
=========
|
|
|
|
No migration is available.
|
|
|
|
|
|
.. index:: PHP-API, ext:indexed_search
|