imbajin commented on issue #2572:
URL:
https://github.com/apache/incubator-hugegraph/issues/2572#issuecomment-2226815147
> @dosu 未来有计划支持吗?gremlin或者cypher或者resetful api接口,支持类似contain或者regex的函数接口
Hi, gremlin 原生可以支持 contains/regex 的操作的, 例如
`g.V().hasLabel("person").has("like", Text.contains("doge"))` 或者基于内存的 `filter()`
另外它也支持例如 `startWith/endWith` 等, 可以参考代码
--
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]