Test: dynamicLabelMatching (line 217)
Setup (create test data):
CREATE (n:DynamicLabelTest {name: 'test'})
Cypher query to execute:
WITH 'DynamicLabelTest' AS label MATCH (n:$(label)) RETURN labels(n) AS result
Expected behavior:
MATCH (n:$(label)) should work with dynamic labels
ArcadeDB result:
Neo4j result:
Returns nodes with the dynamic label
Dynamic label matching using the $() syntax in node patterns is not supported.
Test:
dynamicLabelMatching(line 217)Setup (create test data):
Cypher query to execute:
Expected behavior:
ArcadeDB result:
Neo4j result:
Dynamic label matching using the
$()syntax in node patterns is not supported.