So I have an array which has been indexed I want to query nodes which have an specific element in their arrays. i.e:
MATCH (n:Label{ 'abc' in array_property })
RETURN n
any hints to query this such that it uses the index?
Thanks
--
You received this message because you are subscribed to the Google Groups
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.
