Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
When you type (plural params)
:help params
you get info for :param
instead of :params
. These two have very different syntax!
:param actorName => "Tom Hanks"
:params { actorName : "Tom Hanks", movieTitle: 'The Matrix'}
In addition, after entering either command, you get in the browser:
See
:help param
for usage for the :param command.
Whereas you probably should show both:
See
:help param
for usage for the :param command (setting one parameter)
See:help params
for usage for the :params command (setting multiple parameters)
The info for :help params
is in the screen shot. (I would have done a copy and paste but copy from the Result cell in the Browser stops working after using the Browser after a while, which is driving me crazy! Browser 4.2.2, Server 4.2.2., Mac OS 10.15.7)
It shows the info for param not :params