No problem, on the other hand the "name" parameter is still valid, since there are two named filters: "all" and "all_but_start_node", and whatever filters someone may add themselves.
I also have one issue with Node class, i really like the way original JPype bindings work - i.e. i can use node.loves(cake, how='deeply') to define a relationship, and also properties are easily accessible like class members. This could be easily implemented with some dose of __getattr__ magic, and pretty easily too. Question is wether such change in API would be accepted? Also, automatic binding of properties to node instances would be awesome too. Please let me know if you are interested, i'd gladly help. _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

