apache / incubator-hugegraph

A graph database that supports more than 100+ billion data, high performance and scalability (Include OLTP Engine & REST-API & Backends)
https://hugegraph.apache.org
Apache License 2.0
2.63k stars 517 forks source link

[Feature] New support for gte(text) syntax #2159

Open llooFlashooll opened 1 year ago

llooFlashooll commented 1 year ago

Feature Description (功能描述)

Here is the related issue #2152 to add this new feature.

Let me introduce the problem here. When I run the following query: g.V().has('vp0', not(not(gte('iUn2s').or(gte('730618742'))))).out().path(). An exception is thrown without further message to identify the root cause. I think this query is syntactically correct, but I keep triggering this kind of problem.

llooFlashooll commented 1 year ago

Dear developers, during my continuous testing. The features should also extend to gt(), gte(), lt(), lte(). Those syntaxes also don't support string values

imbajin commented 1 year ago

Dear developers, during my continuous testing. The features should also extend to gt(), gte(), lt(), lte(). Those syntaxes also don't support string values

Thanks, u could also edit it in original comment

image