Skip to content

Commit

Permalink
NGSTACK-843 missing arguments for DocumentFactory service definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Katarina Miočić committed Aug 16, 2024
1 parent 2f5dba3 commit c452940
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,10 @@ services:
decorates: Ibexa\Elasticsearch\DocumentMapper\DocumentFactoryInterface
arguments:
- '@.inner'
-
- '@Ibexa\Contracts\Core\Persistence\Content\Handler'
- 'netgen.ibexa_search_extra.elasticsearch.field_mapper.content.aggregate'
- 'netgen.ibexa_search_extra.elasticsearch.field_mapper.location.aggregate'
- 'netgen.ibexa_search_extra.elasticsearch.field_mapper.content_translation.aggregate'
- 'netgen.ibexa_search_extra.elasticsearch.field_mapper.location_translation.aggregate'
- 'netgen.ibexa_search_extra.elasticsearch.field_mapper.block.aggregate'
- 'netgen.ibexa_search_extra.elasticsearch.field_mapper.block_translation.aggregate'

0 comments on commit c452940

Please sign in to comment.