Skip to content

Conversation

JPryce-Aklundh
Copy link
Collaborator

@JPryce-Aklundh JPryce-Aklundh commented Jun 25, 2025

This PR will fail for now because it uses xrefs pointing to unmerged changes (part of #1299)

See also:
#1299

TODO:

  • Add results to show constraints
  • Confirm release version (and update all instances of "2025.xx" in this PR to whatever that version is)

@neo4j-docops-agent
Copy link
Collaborator

This PR includes documentation updates
View the updated docs at https://neo4j-docs-cypher-1325.surge.sh

Updated pages:

@@ -414,6 +450,10 @@ The allowed property types for property type constraints are:
* `LIST<POINT NOT NULL>`
* Any closed dynamic union of the above types, e.g. `INTEGER | FLOAT | STRING`.

[NOTE]
A property type constraint cannot be created for `LIST<VECTOR NOT NULL>`.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
A property type constraint cannot be created for `LIST<VECTOR NOT NULL>`.
A property type constraint cannot be created for `LIST<VECTOR<TYPE>(DIMENSION) NOT NULL>`.

maybe? since the base one have them it feels odd not to have them in the list one 🤷

@@ -135,6 +136,12 @@ Where `<TYPE>` is one of the following property types:
* `LIST<POINT NOT NULL>`
* Any closed dynamic union of the above types, e.g. `INTEGER | FLOAT | STRING`.

[NOTE]
A property type constraint cannot be created for `LIST<VECTOR NOT NULL>`.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
A property type constraint cannot be created for `LIST<VECTOR NOT NULL>`.
A property type constraint cannot be created for `LIST<VECTOR<TYPE>(DIMENSION) NOT NULL>`.

as in the other file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants