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

apoc.refactor.mergeNodes() is not supported #3232

Closed
Biaocsu opened this issue Oct 29, 2021 · 0 comments
Closed

apoc.refactor.mergeNodes() is not supported #3232

Biaocsu opened this issue Oct 29, 2021 · 0 comments
Labels
type/feature req Type: feature request

Comments

@Biaocsu
Copy link

Biaocsu commented Oct 29, 2021

I want to find different node with same property like name, and return it 's all brother node, how can I do in nebula using Match.

eg:
.... - >a -> b ->d -> [e, f, g]
.... ->h ->[e, i, j]

like data above, I want to find brother node of all "e", and return [f, g, i, j], how can I do in nebula using Match

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature req Type: feature request
Projects
None yet
Development

No branches or pull requests

1 participant