Skip to content

Commit 496c21a

Browse files
JPryce-Aklundhhvub
andauthored
Update modules/ROOT/pages/clauses/filter.adoc
Co-authored-by: Hannes Voigt <[email protected]>
1 parent c224c1a commit 496c21a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/clauses/filter.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ RETURN p.name
182182
2+d|Rows: 2
183183
|===
184184
185-
Unlike `WHERE`, FILTER is not part of the `OPTIONAL MATCH` and so removes entire rows from the result set based on the condition provided within the expression.
185+
Unlike `WHERE`, `FILTER` is not part of the `OPTIONAL MATCH` and so removes entire rows from the result set based on the condition provided within the expression.
186186
That is, when `OPTIONAL MATCH` fails to find a match and `p` is `NULL`, `FILTER p.age = ages` cannot be evaluated, causing the entire row to be removed.
187187
188188
=====

0 commit comments

Comments
 (0)