Node.ByIndexLookup and Where clause throwing exception
问题 I am trying to understand as to why the neo4jClient throws an exception, hope someone here could help me better understand whats going on. first of all the following code works!! qry = qry.Start(new { city = Node.ByIndexLookup(model.City.IndexName, "Label", data.RegistredAddress.City), state = Node.ByIndexLookup(model.State.IndexName, "Label", data.RegistredAddress.State), country = Node.ByIndexLookup(model.Country.IndexName, "Label", data.RegistredAddress.Country), }); qry = qry.Match("(city