Hi I have a use case where I have a node with property which is array.
*
Node({name:'a', colors:['red','green','blue']})
Node({node:'b',colors:['blue','black','red']})
*
Now I want to find out what is matching value between 2 nodes among their colors property.I shoud be able to get the matching value so as to pass it on further in the query for processing.