[ 
https://issues.apache.org/jira/browse/TINKERPOP3-590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

stephen mallette updated TINKERPOP3-590:
----------------------------------------
    Priority: Critical

> Label-query not working when using StrategyGraph
> ------------------------------------------------
>
>                 Key: TINKERPOP3-590
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP3-590
>             Project: TinkerPop 3
>          Issue Type: Bug
>          Components: structure
>            Reporter: Eirik Stenersen Sand
>            Priority: Critical
>
> When using IdStrategy (version M7), label-lookup is not returning any results.
> {code:java}
> GraphTraversal<Vertex, Element> traversal = strategyGraph.V().has(T.label, 
> "people");
> System.out.println("graph.hasNext(): " + traversal.hasNext()); // hasNext() = 
> false
> {code}
> Reproducible code:
> https://gist.github.com/ezand/e20390157784ed9e0762#file-gistfile1-java



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to