Skip to content
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

"Movie Graph Guide" browser tutorial SyntaxError #1844

Open
vikingUnet opened this issue Nov 3, 2022 · 0 comments
Open

"Movie Graph Guide" browser tutorial SyntaxError #1844

vikingUnet opened this issue Nov 3, 2022 · 0 comments
Labels

Comments

@vikingUnet
Copy link

  • Neo4j version: 4.3.19
  • Operating system: Ubuntu 20.04.5 LTS
  • API/Driver: http://localhost:7474/browser/ tutorial "Movie Graph Guide", step 3
  • Steps to reproduce
  • Expected behavior
  • CREATE CONSTRAINT ON (n:Movie) ASSERT (n.title) IS UNIQUE
  • CREATE CONSTRAINT ON (n:Person) ASSERT (n.name) IS UNIQUE
  • Actual behavior
  • CREATE CONSTRAINT FOR (n:Movie) REQUIRE (n.title) IS UNIQUE
  • CREATE CONSTRAINT FOR (n:Person) REQUIRE (n.name) IS UNIQUE

image

@vikingUnet vikingUnet added the bug label Nov 3, 2022
@mnd999 mnd999 transferred this issue from neo4j/neo4j Nov 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant