Hello,
I have this situation:
-
a series of nodes that contains a property
text
with strings like:
"California's change directly affects many of these companies, and more states are likely to soon follow" -
then I have nodes for locations, thus I have one with
id
=California
I'd like to connect all nodes that contains "California" in their text with the node "California", but I am at a loss on how to handle the string search in Cypher...
Where should I look for pointers in the doc?