Hello,
I have the following structure:
User --commented--> Message
User --deleted--> Comment
The "commented" edge has a property "comment" which is a LINK to a Comment
vertex.
Now I would like to get messages along with their comments that have not
been deleted.
I tried the following query, but it returns no results:
SELECT inE('commented')[comment.in('deleted').size()=0].comment FROM message
Any ideas on how to achieve this?
I didn't find much documentation regarding the "filter by edge property"
functionality.
Best regards,
Jonathan
--
---
You received this message because you are subscribed to the Google Groups
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.