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

"Hierarchical: graph label organization"....How to? #1462

Closed
blaluc opened this issue Dec 27, 2023 · 2 comments
Closed

"Hierarchical: graph label organization"....How to? #1462

blaluc opened this issue Dec 27, 2023 · 2 comments
Labels
question Further information is requested

Comments

@blaluc
Copy link

blaluc commented Dec 27, 2023

One of the features listed in doc is "Hierarchical: graph label organization", but I didn't get to find any example about this feature in the documentation. How to declare a label hierarchy?

@blaluc blaluc added the question Further information is requested label Dec 27, 2023
@rafsun42
Copy link
Member

There is a PR for multiple label support that is currently under review. It allows modelling hierarchy like below-

CREATE (:Parent)
CREATE (:Parent:Child1)
CREATE (:Parent:Child1:Child2)

MATCH (:Parent) -- returns all three
MATCH (:Child1) -- returns last two

@rafsun42
Copy link
Member

Closing due to inactivity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants