apoc icon indicating copy to clipboard operation
apoc copied to clipboard

apoc.create.virtual.fromNode should wrap the existing node while keeping it's node-id and elementId but it doesn't

Open jexp opened this issue 1 year ago • 4 comments

e.g. apoc.create.virtual.fromNode(movie, ["title","released","url"])

returns virtual nodes with negative ids but it shouldn't in this case.

Seems like an implementation bug that somehow crept in.

Need it for excluding node embeddings and large text properties for returning in neo4j tools

jexp avatar Jan 12 '24 09:01 jexp