Skip to content

Commit

Permalink
Merge branch '4.6' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
barw4 committed Nov 27, 2024
2 parents 701ed90 + 397e209 commit 7d2a63c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ services:
tags:
- { name: ibexa.search.legacy.gateway.criterion_handler.content }
- { name: ibexa.search.legacy.gateway.criterion_handler.location }
- { name: ibexa.search.legacy.trash.gateway.criterion.handler }

Ibexa\Core\Search\Legacy\Content\Common\Gateway\CriterionHandler\ContentTypeGroupId:
parent: Ibexa\Core\Search\Legacy\Content\Common\Gateway\CriterionHandler
Expand Down
1 change: 1 addition & 0 deletions tests/lib/Persistence/Legacy/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ protected function getTrashCriteriaConverterDependency(): CriteriaConverter
new CriterionHandler\ContentTypeId($connection),
new CriterionHandler\DateMetadata($connection),
new CriterionHandler\UserMetadata($connection),
new CriterionHandler\ContentName($connection),
]
);
}
Expand Down

0 comments on commit 7d2a63c

Please sign in to comment.