Skip to content

Commit 0a6aee8

Browse files
committed
TASK: Configure ElasticSearchQueryBuilder as implementation of the QueryBuilderInterface
When you try to extend the ElasticSearchQueryBuilder and with this adding a second class implementing the QueryBuilderInterface, the ObjectManager is not able to automatically select the implementing class any more. This adds this missing configuration
1 parent 72dcd80 commit 0a6aee8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Configuration/Objects.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Neos\ContentRepository\Search\Search\QueryBuilderInterface:
2+
className: Flowpack\ElasticSearch\ContentRepositoryAdaptor\Eel\ElasticSearchQueryBuilder
3+
14
Flowpack\ElasticSearch\ContentRepositoryAdaptor\Driver\QueryInterface:
25
scope: prototype
36
factoryObjectName: 'Flowpack\ElasticSearch\ContentRepositoryAdaptor\Factory\QueryFactory'

0 commit comments

Comments
 (0)