apoc icon indicating copy to clipboard operation
apoc copied to clipboard

Results 105 apoc issues
Sort by recently updated
recently updated
newest added

## Expected Behavior (Mandatory) Inits DB successfully ## Actual Behavior (Mandatory) Does not init DB successfully ## How to Reproduce the Problem 1. Install Neo4j Desktop 2. Create a new...

apoc.periodic.repeat does not take a place, for example the below simple cypher does not execute CALL apoc.periodic.repeat( "create-people", "UNWIND range(1,2) AS id CREATE (:Person {uuid: apoc.create.uuid()})", 1 );

## Using virtual nodes in Cypher It appears that using virtual nodes in Cypher queries is not possible or bugged. Basically, if a procedure/function returns an APOC VirtualNode (or any...

bug

## Feature description Add a configuration parameter for including the element namespace '_prefix' as a property besides '_type' and '_children'. ## Considered alternatives There is no neo4j procedure alternative. To...

Hello, in my database I have multiple nodes that have the same properties, so I want to merge all of these nodes into one. Those nodes are connected by the...

## Expected Behavior When creating the fingerprints of two graphs, I expect them to be the same if graphs are the same. ## Actual Behavior Nodes with the same label(s)...

## Guidelines Following this official video: https://www.youtube.com/watch?v=iyjgOR7nBck In neo4j desktop execute this: ``` call apoc.load.json('C:/Users/user/Desktop/openAlexConcepts/conceptsAll.json') YIELD value RETURN value LIMIT 10 ``` ## Expected Behavior A series of dictionaries returned....

apoc.merge.node returns `java.lang.NullPointerException on "name"` when there is no "name" property in the data ![image](https://github.com/neo4j/apoc/assets/8779004/49f83cb7-4d9a-4ce8-8ad2-0d00df3dde4d) ![image](https://github.com/neo4j/apoc/assets/8779004/db65b12f-df34-4a33-a165-b31fb555916c) ![image](https://github.com/neo4j/apoc/assets/8779004/69bfc0dd-6d22-48cb-a457-40ed0a33051e) here is the bug reproduced in Neo4j browser, with this test file (remove...

bug

## Guidelines Please note that GitHub issues are only meant for bug reports/feature requests. If you have questions on how to use APOC, please ask on [the Neo4j Discussion Forum](https://community.neo4j.com/c/neo4j-graph-platform/procedures-apoc)...

Neo Desktop Version: 1.5.8.105 Database Version 5.11 APOC Version 5.11 on MacOS 12.4 I installed the APOC plugin using the Desktop UI. Default APOC functionality loads fine. I created a...