You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 26, 2026. It is now read-only.
MATCH modes are similar to path modes, but they cover all pattern expressions for a MATCH, that in general, can include multiple path patterns (aka a graph pattern).DIFFERENT RELATIONSHIPS has been the default semantic for Cypher.
MATCH DIFFERENT RELATIONSHIPS (:A)-->{1,5}(:B), (:A)-->+(:B)