neos / contentrepository-development-collection

Work in Progress on the Event Sourced Content Repository as installable set of packages
4 stars 9 forks source link

FEATURE: NodeSearchService implementation #209

Closed bwaidelich closed 2 years ago

bwaidelich commented 2 years ago

Basic implementation of the NodeSearchServiceInterface for a greater backwards compatibility.

Note: This implementation is meant to ease the transition to an event sourced content repository, but since it uses legacy classes (like \Neos\ContentRepository\Domain\Service\Context) it is advised to use NodeAccessor::findDescendants() directly instead.

Closes: #204