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!
Gregory King
Gustávo Sooeiro Thanks for posting, we'll look into this.
Gustávo Sooeiro
No problem Gregory King. I am glad I can help.