You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello mizy.
I think it's a mistake of usage.
You should try:
MATCH (v1:player)-[e0:`serve`]->() WHERE ( e0.start_year == 2011) RETURN e0 LIMIT 100
Edge property should follow format like edge.prop, so e0.serve.start_year will get NULL value in you case, so after filter, there are no results. And this behavior is correct in open cypher.
Describe the bug (required)
has no result
Your Environments (required)
docker-compose
How To Reproduce(required)
https://github.com/vesoft-inc/nebula-docs/blob/master/docs-2.0/basketballplayer-2.X.ngql
indexes
Expected behavior
Additional context
The text was updated successfully, but these errors were encountered: