Closed josem7 closed 7 months ago
Fixed bug in creation node, because of the query planner of Neo4j you can't input dynamic values as node labels.
The solution consists on assigning all nodes a standard label called NODE, then creating an index on that label.
Fixed bug in creation node, because of the query planner of Neo4j you can't input dynamic values as node labels.
The solution consists on assigning all nodes a standard label called NODE, then creating an index on that label.