Skip to content

Commit

Permalink
Added clarification to Where statement as requested in Issue 7819
Browse files Browse the repository at this point in the history
  • Loading branch information
tostanoski committed Apr 16, 2024
1 parent dbbfc5d commit cc0a811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_data/jekyll_filters.yml
Expand Up @@ -86,7 +86,7 @@
#

- name: Where
description: Select all the objects in an array where the key has the given value.
description: Select all the objects in an array where the key has the given value. Single property expressions are not supported.
examples:
- input: '{{ site.members | where:"graduation_year","2014" }}'
output:
Expand Down

0 comments on commit cc0a811

Please sign in to comment.