A very important step to make query planning performant and efficient is to use parameters.
That's why I think this workflow should be easy to use in the Neo4j Browser.
It would be helpful that a user can click on the missing parameter error message that would at the skeleton query to the query panel.
Next to this it would be usefull to be able to add multiple parameters at once. At this moment the output and input of the
:params
command is inconsistent.
Being able to run
:params
then copy the output and use it again as (modified) input for the
:params
would be great.
Issues I see at this moment for the
:params
command are multiline parser is broken and quotes in the output, but without quotes as input.
The help function
:help params
doesn't contain documentation about setting parameters using this command. Changing it to be consistent + document it would be great!