Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
Looks like the documentation for matching on multiple relationship types is out of date?
https://neo4j.com/docs/cypher-manual/current/clauses/match/#match-on-multiple-rel-types
Caused by: org.neo4j.ogm.exception.CypherException: Cypher execution failed with code 'Neo.ClientError.Statement.SyntaxError': The semantics of using colon in the separation of alternative relationship types in conjunction with
the use of variable binding, inlined property predicates, or variable length is no longer supported.
Please separate the relationships types using `:A|B|C` instead (line 1, column 214 (offset: 213))'