versions: Java 8, neo4j 3.5.2
I seek advice on finding specific nodes by property only
Writing a custom procedure, I observed that the GraphDatabaseService interface has methods to find nodes with a given label and optionally a number of matching pro...