[Bug] "hasLabel()" containing more than one labels cannot be queried after "outE" #1735
Closed
1 task done
Labels
bug
Something isn't working
Bug Type (问题类型)
gremlin (结果不合预期)
Before submit
Environment (环境信息)
Expected & Actual behavior (期望与实际表现)
when i was querying "hasLabel()" after "outE()", it occurred an error if "hasLabel()" contains more than one Label.
Expected
The query is "g.V().outE('edge2','edge3','edge4').hasLabel('edge3','edge2')".It was expected to return edges
Actual behavior
Example to reproduce
However,if the query becomes "g.E().hasLabel('edge3','edge2')", no errors ocur.
Vertex/Edge example (问题点 / 边数据举例)
Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)
The text was updated successfully, but these errors were encountered: