Uploaded image for project: 'TinkerPop'
  1. TinkerPop
  2. TINKERPOP-2400

Cannot retrieve node with `::` in label name

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Won't Fix
    • 3.4.8
    • None
    • neo4j
    • None

    Description

      I have a node with some label that contains `::`

      But when I run

      gts.V().hasLabel("home::simple").count().next();
      

      it returns `0`.

      This is an issue in TinkerPop and related to the special double colon usage: the double colon for special meaning with multi-label support (for neo4j).

      Labels that have that delimiter added with `addV()` end up being split automatically.

       See also: https://github.com/neo4j-contrib/neo4j-tinkerpop-api-impl/issues/20

      Attachments

        Activity

          People

            Unassigned Unassigned
            m.lissandrini M. L.
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: