z-yuxie commented on issue #2753:
URL: 
https://github.com/apache/incubator-hugegraph/issues/2753#issuecomment-2803514769

   经过验证,使用ConditionP.contains语法可以达成该目标
   
   开始执行HugeGraph查询测试...
   执行Gremlin查询: g.V().hasLabel('org').has('alias', ConditionP.contains('广州软件'))
   查询耗时: 117ms
   查询结果数量: 1
   顶点: 12:广州软件, 标签: org, 属性: {alias=[广州软件, 广州软件公司], name=广州软件}
   
   开始执行HugeGraph查询测试...
   执行Gremlin查询: g.V().hasLabel('org').has('alias', 
ConditionP.contains('广州软件公司'))
   查询耗时: 102ms
   查询结果数量: 1
   顶点: 12:广州软件, 标签: org, 属性: {alias=[广州软件, 广州软件公司], name=广州软件}


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to