-
Notifications
You must be signed in to change notification settings - Fork 353
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to set nested parameters through the neo4j browser 3.0.5 #645
Comments
Thanks for the report. It sure sounds like a bug somewhere. |
Still broken as of Neo4j Browser version 3.1.4. |
Same problem with version 3.0.11 |
And as of 3.3.3 |
Yes, we have a card for this and will get to it. The workaround is to skip the outer curly brackets.
|
it worked in 3.1.7 |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
When trying to set the following parameters in Neo4j Browser 3.0.5
:params {"uidLeft": "asdf1", "uidRight": "asdf2", "type": "KNOWS", props:{uid:"rel1"}}
I'm getting this error:
Reproduce Steps
:params {"uidLeft": "asdf1", "uidRight": "asdf2", "type": "KNOWS", props:{uid:"rel1"}}
Expected Behavior
Parameters should be set as specified in the above command.
Current Behavior
Parameters are not set and an error message is shown.
Your Environment
Additional Information
:params "uidLeft": "asdf1", "uidRight": "asdf2", "type": "KNOWS", props:{uid:"rel1"}
The text was updated successfully, but these errors were encountered: