Hi there,
If I have a set of nodes that have a unique constraint on the node name and I want to match more than one node by different names and got all the nodes that have relationships to these nodes together. How can I do it?
Example:
Node (Name):
James
Jack
David
Node (Food):
Pizza
Pasta
Sushi
And I have different relationships based on what food everyone like. How can I match the mutual food that only both David and James like?
Thanks