Skip to content

Commit c224c1a

Browse files
rephrase
1 parent e70abd8 commit c224c1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/clauses/filter.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Because `WHERE` is a subclause belonging to `OPTIONAL MATCH`, it only filters th
162162
In this case, `OPTIONAL MATCH` always keeps all rows from xref:clauses/unwind.adoc[`UNWIND`], and `WHERE` does not remove any rows returning `NULL.`
163163
The same is not true if `WHERE` is exchanged for `FILTER`:
164164
165-
.`FILTER` adding a post-filtering to `OPTIONAL MATCH`
165+
.`FILTER` adding post-filtering to `OPTIONAL MATCH`
166166
[source, cypher]
167167
----
168168
UNWIND [32,37,40] AS ages
@@ -187,7 +187,7 @@ That is, when `OPTIONAL MATCH` fails to find a match and `p` is `NULL`, `FILTER
187187
188188
=====
189189

190-
.`FILTER` cannot be used to add filter to patterns
190+
.`FILTER` cannot be used within patterns
191191
=====
192192
193193
Because `WHERE` is a subclause qualifying a described pattern, it can be used inside patterns.

0 commit comments

Comments
 (0)