Closed chilampoon closed 4 years ago
Has this issue been resolved? I know we ended up having something of an explanation behind it, but I forget if it remained an outstanding issue
Explanation: relationships that are not included in the relationships of queries are gone in the results
It's OK to let them go
Example:
Cypher query:
or the R command:
Results:
There should be 20 nodes and 24 relationships.
There are only 22 relationships, the missing ones are
hasEncapsulatedEvent
&precedingEvent
.What's wrong
I thought it was because the HTTP response called by
neo4r
lost something, but then I downloaded the JSON & CSV result files from Neo4j server and found thathasEncapsulatedEvent
&precedingEvent
are already not being there... And looks like they are only in theGraph
but not inTable
&Text
🤔