class NodeSearchService implements NodeSearchServiceInterface (View source)

deprecated see above

Implementation of the NodeSearchServiceInterface for 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.

Methods

findByProperties(string $term, array $searchNodeTypes, Node|null $startingPoint = null)

No description

Details

Nodes findByProperties(string $term, array $searchNodeTypes, Node|null $startingPoint = null)

No description

Parameters

string $term
array $searchNodeTypes
Node|null $startingPoint

Return Value

Nodes