I\'ve got a property quantity
on our Product
-nodes and am looking to do a cypher query that gives me all nodes with quantity = 20
... prob
I too have been faced with that problem earlier. As far as I found out, it was not possible to do that conversion directly in cypher. I used a small Java script (using the standard Java API) to change the data types of the stored values. This is a couple of months ago though, so it might have changed with the 2.0 version.