Skip to content

Commit b2e2ec3

Browse files
reword
1 parent 89c8119 commit b2e2ec3

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

modules/ROOT/pages/clauses/with.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ For more information, see xref:subqueries/call-subquery.adoc#import-variables[`C
205205

206206
[TIP]
207207
Cypher 25 introduces the `LET` clause which binds variables to expression results and can allow for a more succinct and readable alternative to `WITH`.
208-
For more information, see link:https://neo4j.com/docs/cypher-manual/25/clauses/let/[Cypher 25 Manual -> `LET`].
208+
For more information, see the link:https://neo4j.com/docs/cypher-manual/25/clauses/let/[Cypher 25 Manual -> `LET`].
209209

210210
In the below query, the value of the `STRING` concatenation expression is bound to a new variable `customerFullName`, and the value from the expression `chocolate.price * (1 - customer.discount)` is bound to `chocolateNetPrice`, both of which are then available in the `RETURN` clause.
211211

@@ -474,7 +474,7 @@ Similar to the subclauses used for xref:clauses/with.adoc#ordering-pagination[or
474474
[TIP]
475475
Cypher 25 introduces the `FILTER` clause to filter queries.
476476
`FILTER` can be used as a more concise substitute for `WITH * WHERE <predicate>` constructs.
477-
For more information, see link:https://neo4j.com/docs/cypher-manual/25/clauses/filter/[Cypher 25 Manual -> `FILTER`].
477+
For more information, see the link:https://neo4j.com/docs/cypher-manual/25/clauses/filter/[Cypher 25 Manual -> `FILTER`].
478478

479479
.Filter using `WITH` and `WHERE`
480480
[source, cypher]

modules/ROOT/pages/introduction/index.adoc

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,13 @@ Cypher is Neo4j’s declarative query language, allowing users to unlock the ful
1414
[NOTE]
1515
====
1616
This manual covers Cypher 5 -- the default language for Neo4j databases.
17-
As of Neo4j, Cypher 5 is in a frozen state.
18-
That is, no new features will be added to it (only bug fixes and performance improvements).
19-
Cypher 25 was released with Neo4j 2025.06.
20-
From this release on, all new Cypher features will be exclusively added to Cypher 25.
17+
As of Neo4j 2025.06, Cypher 5 is in a frozen state; no new features will be added to it (though performance improvements and bug fixes may still be made).
18+
From Neo4j 2025.06 onward, all new Cypher features will be exclusively added to Cypher 25.
2119
For more details, see:
2220
2321
* link:...[Select Cypher versions]
2422
* link:https://neo4j.com/docs/cypher-manual/25/introduction/[Cypher 25 Manual]
25-
* link:https://neo4j.com/docs/cypher-manual/25/deprecations-additions-removals-compatibility/[Cypher 25 Manual -> Deprecations, additions, and compatibility]
23+
* link:https://neo4j.com/docs/cypher-manual/25/deprecations-additions-removals-compatibility/[Additions, deprecations, removals, and compatibility]
2624
====
2725

2826
The Cypher Manual aims to be as instructive as possible to readers from a variety of backgrounds and professions, such as developers, administrators, and academic researchers.

0 commit comments

Comments
 (0)