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

allow all-label filter in grouping #584

Closed
s1ck opened this issue Sep 8, 2017 · 0 comments
Closed

allow all-label filter in grouping #584

s1ck opened this issue Sep 8, 2017 · 0 comments

Comments

@s1ck
Copy link
Contributor

s1ck commented Sep 8, 2017

Currently, users need to specify explicit labels, e.g. [Person],[gender]. However, it might be useful to group all nodes on specific keys. For that, we need to introduce the asterisk in the label filter array.
This also leads to the situation that a node might not have a specific property key and is thus assigned to a null group. The resulting virtual node will have the grouping key(s) assigned to null in that case.

s1ck added a commit to s1ck/neo4j-apoc-procedures that referenced this issue Sep 8, 2017
* also introduces key:null properties for virtual nodes if the property is not present at the group members
@jexp jexp closed this as completed in 14ed60e Sep 9, 2017
jexp pushed a commit that referenced this issue Sep 11, 2017
* also introduces key:null properties for virtual nodes if the property is not present at the group members
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant