i have a neo4j database with structure given below. root_node2->neo4j root_node2->neo4j graph root_node3->neo4j graph database
and if i give a list of values which is *populated dynamically* like "neo4j graph database" , i want to check for these node sequence i.e. neo4j->graph->database , so that i want to get output as: neo4j graph database -> root_node3 neo4j graph-> root_node3, root_node2 neo4j -> root_node3, root_node2, root_node1. pls help -- You received this message because you are subscribed to the Google Groups "Neo4j" 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.
