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

Commit

Permalink
Cleanup code base for CMS 9
Browse files Browse the repository at this point in the history
* Remove no longer necessary code.
* Improve changelog for cms 9.
  • Loading branch information
DanielSiepmann committed Jun 6, 2019
1 parent 32a04fb commit 2b888a2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 202 deletions.
2 changes: 0 additions & 2 deletions Classes/Domain/Index/AbstractIndexer.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
use Codappix\SearchCore\Configuration\ConfigurationContainerInterface;
use Codappix\SearchCore\Configuration\InvalidArgumentException;
use Codappix\SearchCore\Connection\ConnectionInterface;
use TYPO3\CMS\Core\Exception;
use TYPO3\CMS\Core\Utility\Exception\MissingArrayPathException;
use TYPO3\CMS\Core\Utility\GeneralUtility;

abstract class AbstractIndexer implements IndexerInterface
Expand Down
198 changes: 0 additions & 198 deletions Classes/Domain/Model/Query.php

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,15 @@ This change contains some breaking changes:
* Due to dropped TYPO3 CMS < v9 support, also all PHP Code within ``Compatibility``
namespace was removed.

* Fluid variable ``{request.query}`` is no longer provided, due to internal API
changes. Use ``{request.searchTerm}`` instead.
* ``\Codappix\SearchCore\DataProcessing\ContentObjectDataProcessorAdapterProcessor``
has changed signature for ``__construct`` due to removed ``Compatibility``
namespace.

* PHP Interface ``\Codappix\SearchCore\Connection\SearchRequestInterface`` has
changed, due to extending TYPO3 Interface
``\TYPO3\CMS\Extbase\Persistence\QueryResultInterface``.

Therefore also PHP class ``\Codappix\SearchCore\Domain\Model\SearchRequest`` has
been adjusted.

* Recycler are respected. Pages from type recycler are ignored during indexing.

0 comments on commit 2b888a2

Please sign in to comment.