I would like to be able to search for the existence of a certain string in ANY of the properties of a given node.
For example, take: match(mynode) where mynode.names contains "Alfred Pennyworth" return mynode
except I want to do this for ALL of the p...