Skip to content

Conversation

@oskarhane
Copy link
Member

When extracting graph items from result only the first level was checked. This fixes that so we recursively check the complete response and extract all items.

Consider the query (on the movie dataset):

MATCH (p:Person{name:'Keanu Reeves'})-[:ACTED_IN]->(m:Movie)
RETURN p, collect(m)

Before:
oskar4j 2017-05-18 at 10 19 23

After:
oskar4j 2017-05-18 at 10 18 21

Fixes #528

@oskarhane oskarhane force-pushed the 3.0-recursively-look-for-graph-items branch from 9f728be to 83deccb Compare May 22, 2017 10:27
@oskarhane
Copy link
Member Author

Updated @pe4cey

@pe4cey pe4cey merged commit aee32fa into neo4j:3.0 May 26, 2017
@oskarhane oskarhane deleted the 3.0-recursively-look-for-graph-items branch August 1, 2017 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants