Skip to content

JournalIssue node has suspiciously many Date nodes

The following Cypher-Query:

MATCH p = (ji:JournalIssue)-[:JOURNALISSUE_HAS_DATE]->(d:Date)
WHERE ji._id = "e92fd0192f4121c57f7816a37acad375"
RETURN p

Result: A JournalIssue node with 147 connected Date Nodes.

Question: Is this due to the XML file is a bug?

Edited by Tim Bleimehl