Skip to content

Commit

Permalink
EZP-31741: Fixed features detection in eZ\Publish\Core\Repository\Sea…
Browse files Browse the repository at this point in the history
…rchService::supports (#193)
  • Loading branch information
adamwojs authored Oct 13, 2020
1 parent d343923 commit e8df4e9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions lib/Handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@
use eZ\Publish\SPI\Persistence\Content;
use eZ\Publish\SPI\Persistence\Content\Handler as ContentHandler;
use eZ\Publish\SPI\Persistence\Content\Location;
use eZ\Publish\SPI\Search\Capable;
use eZ\Publish\SPI\Search\ContentTranslationHandler;
use eZ\Publish\SPI\Search\Handler as SearchHandlerInterface;
use eZ\Publish\SPI\Search\VersatileHandler;

/**
* The Content Search handler retrieves sets of of Content objects, based on a
Expand All @@ -42,7 +40,7 @@
* content objects based on criteria, which could not be converted in to
* database statements.
*/
class Handler implements SearchHandlerInterface, Capable, ContentTranslationHandler
class Handler implements VersatileHandler
{
/* Solr's maxBooleanClauses config value is 1024 */
const SOLR_BULK_REMOVE_LIMIT = 1000;
Expand Down

0 comments on commit e8df4e9

Please sign in to comment.