Would this work :
FOR meetup IN meetups
FILTER 'NOSQL' IN meetup.topics
FOR city IN OUTBOUND meetup held_in
FOR programmer IN INBOUND city lives_in
FILTER *meetup**.lang == programmer.lang*
FILTER programmer.notify
INSERT { email: programmer.email, meetup: meetup._key, city:
city.name }
INTO invitations
--
You received this message because you are subscribed to the Google Groups
"ArangoDB" 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.