Hi,
I'm new to Neo4j so I might be doing it the wrong way!
I have a set of nodes called Recipe. Each Recipe is in a relationship with one or more Ingredient. Now I want to search for Recipes that contain a specific list of Ingredients.
For example, i...