[ https://issues.apache.org/jira/browse/TINKERPOP-2400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Stephen Mallette closed TINKERPOP-2400. --------------------------------------- Resolution: Won't Fix given the direction for TinkerGraph supporting transactions and better support for multi-labels in the future i don't think there is much that should be done to try to fix this along 3.x. > Cannot retrieve node with `::` in label name > -------------------------------------------- > > Key: TINKERPOP-2400 > URL: https://issues.apache.org/jira/browse/TINKERPOP-2400 > Project: TinkerPop > Issue Type: Bug > Components: neo4j > Affects Versions: 3.4.8 > Reporter: M. L. > Priority: Minor > > I have a node with some label that contains `::` > But when I run > {code} > gts.V().hasLabel("home::simple").count().next(); > {code} > 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 -- This message was sent by Atlassian Jira (v8.20.10#820010)