Handle all constraints in Where clause
Closed this issue · 1 comments
yasharmaster commented
We would need to handle all constraints as defined in ConstraintOp and Path Query API documentation. Constraints should also be allowed on Graphical Nodes and Relationships along with Properties.
Following constraints are left as of now.
- IN & NOT IN - (List Constraint)
- Loop
- OVERLAPS & DOES NOT OVERLAP
- HAS & DOES NOT HAVE
- ISA & ISNT
- WITHIN & OUTSIDE
yasharmaster commented
Closing, since all the constraints have been handled.