Skip to content
This repository was archived by the owner on Jan 29, 2026. It is now read-only.

Neo4j 5.x, you can use the more concise quantified path pattern #99

@neopaf

Description

@neopaf

Tried, it works in Neo4j, but does not work in plugin (0.8.0):

MATCH l1=(e:ComverseSyCounterExternal {name: 'SY_SPEED'})-[]->(rs:ComverseSyRuleSet)
  --(o:ComverseOffer
  WHERE o.name IN ['SUBS_SO_SMART_V4XF13_RUR'])
MATCH l2=(rs)-->(p:ComverseSyRulePriority{priority:1})
(()-[r WHERE type(r) <> 'DEPENDS_ON']->()){1,6}
(x)
RETURN * 
Error occurred: Invalid input '': expected '}' (line 5, column 47 (offset: 255))
"(()-[r WHERE type(r) <> 'DEPENDS_ON']->()){1,6"
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions