Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upPossible incosistency in chapter 5 documentation #1573
Comments
|
This feels weird to type, but I think the clarity issue results from a lack of CAPS.
In the code example you listed an edge label and a property key being added to an edge. The quote is saying you can't add multiple values to an edge label or property key with a cardinality of SINGLE. Think of SINGLE as a normal key value pair where only one value is supported
A Cardinality of Set could have multiple values
This would be an easy first PR for anyone that wants to either make the last |
jaybob007
linked a pull request that will
close
this issue


In Chapter 5. Schema and Data Modeling first there is paragraph:
and then example:
doesn't this example contradict that edges can't have multiple values for a single key?