Neo4J Desktop v2

I think there must be a bug in 2.0, same params work in the older version, but now gives me an error:

Hi Josh, we're looking into this

1 Like

We have recently rationalised the params commands in the new Browser / Query tool. You used to be able to do:

:param {x: 1}

and

:params {"x": 1}

Which both resulted in the same parameter being set. Notice one has quotes on the key (like json) while the other doesn't.

The two params and param commands had other functional differences which were pretty confusing. So now the no quoted keys, which is how Cypher maps work, is the single supported way.

There will be some new docs about this change shortly.

1 Like