From 884fb28e8bed9fbbd52e40fabc4a0596a66f1481 Mon Sep 17 00:00:00 2001 From: cn337131 <141730190+cn337131@users.noreply.github.com> Date: Wed, 3 Jul 2024 13:24:06 +0000 Subject: [PATCH] make comment clearer --- docs/user-guide/query/gaffer-syntax/filtering.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/user-guide/query/gaffer-syntax/filtering.md b/docs/user-guide/query/gaffer-syntax/filtering.md index d9082af312..d376ef8e52 100644 --- a/docs/user-guide/query/gaffer-syntax/filtering.md +++ b/docs/user-guide/query/gaffer-syntax/filtering.md @@ -618,7 +618,8 @@ specific filters using an AND operator. !!! example "" - In this example this would get all `Commit` edges with a `weight` property + This example applies a global filter to both `Commit` edges + and `Person` entities to get all those with a `weight` property as well as all `Person` entities with an `age` property. === "Java"