Skip to content

Commit

Permalink
update filtering.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alirezanet authored Sep 20, 2024
1 parent 8bee70a commit a3b2f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/guide/filtering.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ var gm = new GridifyMapper<TargetType>()

var gq = new GridifyQuery
{
Filter = "arrayProp[8] > 10 AND dictProp[name] = John"
Filter = "arrayProp[8] > 10, dictProp[name] = John"
};
```

Expand Down

0 comments on commit a3b2f21

Please sign in to comment.