Neo4j logo
Neo4j
Create
Home
Feedback
Desktop v2
42
Changelog
Category
Query
Voters
Gustávo Sooeiro
Powered by Canny
GRAPH and RAW results are different
Gustávo Sooeiro
4 days ago
Gustávo Sooeiro
I would like to report a strange behavior. When running this query:
MATCH (p:Person)-[:ACTED_IN]->(m:Movie)
WHERE p.name ='Tom Cruise'
RETURN collect(m) AS tomCruiseMovies
If I use the Graph to visualize the result I see 32 movies. But if I change to RAW, the result is this:
[
{
"keys": [
"tomCruiseMovies"
],
"length": 1,
"_fields": [
[]
],
"_fieldLookup": {
"tomCruiseMovies": 0
}
}
]
Thank you!
·
4 days ago
·
Reply
member badge
Gregory King
Gustávo Sooeiro Thanks for posting, we'll look into this.
·
3 days ago
·
Reply
Gustávo Sooeiro
No problem Gregory King. I am glad I can help.
·
3 days ago
·
Reply
Powered by Canny