Andrew Bowman
Andrew Bowman
`RETURN properties(n) as props` should be enough to give you the properties map of the node. You could also use map projection for the same effect with `RETURN n {.*}...
Hello, You should be able to disregard these warnings. APOC has a lot of infrequently used procedures that would require additional dependency jars (such as the couchbase integration), so most...
Ah, I stand corrected, there's an [APOC issue for this](https://github.com/neo4j-contrib/neo4j-apoc-procedures/issues/1117) that implicates a procedure loading issue in Neo4j. The warnings can still be disregarded as I mentioned previously, but a...
This one isn't a bug, but a limitation in virtual node property access, since they aren't actually real nodes. You can use the [apoc.any.property()](https://neo4j.com/docs/apoc/current/overview/apoc.any/apoc.any.property/) function to access the property of...