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
{{ message }}
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.
MATCH:
MATCH p=(v)-[e:tick_change]-(v2) WHERE id(v) IN ["482680108"] AND e.day>20210823 return p;
it works well.
But
MATCH p=(v)-[e:tick_change*1..2]-(v2) WHERE id(v) IN ["482680108"] AND e.day>20210823 return p;
Empty set
How to use MATCH query variable-length AND filter edge properties(such e.day>20210823)
The text was updated successfully, but these errors were encountered: