Skip to content

Commit 3876ebf

Browse files
Clean up FILTER (#1204)
1 parent 08ba650 commit 3876ebf

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

modules/ROOT/pages/clauses/index.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ m| xref::clauses/with.adoc[WITH ... [AS]]
4444
m| xref::clauses/unwind.adoc[UNWIND ... [AS]]
4545
| Expands a list into a sequence of rows.
4646

47+
m| xref::clauses/filter.adoc[FILTER]
48+
| Adds filters to queries.
49+
4750
m| xref::clauses/finish.adoc[FINISH]
4851
| Defines a query to have no result.
4952

modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -216,13 +216,6 @@ FILTER x > 2
216216
RETURN x
217217
----
218218

219-
[source, cypher, role="noheader"]
220-
----
221-
UNWIND [1, 2, 3, 4, 5, 6] AS x
222-
FILTER x > 2
223-
RETURN x
224-
----
225-
226219
[source, cypher, role="noheader"]
227220
----
228221
LOAD CSV WITH HEADERS FROM 'file:///companies.csv' AS row

0 commit comments

Comments
 (0)