Neo4j logo
Neo4j
Create
Home
Feedback
Desktop v2
17
Changelog
Category
Query
Voters
Gustávo Sooeiro
Powered by Canny
GRAPH and RAW results are different
under review
Gustávo Sooeiro
October 8, 2025
member badge
Nissanka Fernando
marked this post as
under review
·
October 13, 2025
·
Reply
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!
·
October 8, 2025
·
Reply
member badge
Gregory King
Gustávo Sooeiro Thanks for posting, we'll look into this.
·
October 10, 2025
·
Reply
Gustávo Sooeiro
No problem Gregory King. I am glad I can help.
·
October 10, 2025
·
Reply
Powered by Canny