Hi Neo4j 5.16 version i seen that i am not able to compare two point type values.
operator = and <> are working as expected but > and < is not working when doing the comparison.
Same query i executed in 4.4.21 its working fine.Please suggest on this.Is any new thing enhanced or this is the bug in the Neo4j 5.16
Cypher does not support that operation on points. What would be the meaning of greater than and less than in the context of comparing points? You could compare the magnitude of two points.