Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEATURE: Find nodes by their id in Neos Backend #3789

Open
wants to merge 4 commits into
base: 9.0
Choose a base branch
from

Conversation

bwaidelich
Copy link
Member

@bwaidelich bwaidelich commented May 25, 2024

Extends the custom SearchOperation such that it respects node aggregate ids

Related: #3771

Extends the custom `SearchOperation` such that it respects node aggregate ids

Depends on neos/neos-development-collection#5098

Related: #3771
@bwaidelich
Copy link
Member Author

I have no clue why the e2e tests fail..

@@ -76,17 +73,24 @@ public function evaluate(FlowQuery $flowQuery, array $arguments): void
/** @var Node $contextNode */
$contextNode = $context[0];
$subgraph = $this->contentRepositoryRegistry->subgraphForNode($contextNode);
$matchingNodeByAggregateId = [];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
$matchingNodeByAggregateId = [];
$matchingNodeByAggregateId = null;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
9.0 Feature Label to mark the change as feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants