Files
jekyll/test
Thomas Wood 66c4ff8800 Add a where_exp filter for filtering by expression
This commit introduces a where_exp filter, which can be used as follows:
  `{{ array | where_exp: "item", "item == 10" }}`
  `{{ array | where_exp: "item", "item.field > 10" }}`
  `{{ site.posts | where_exp: "post", "post contains 'field'" }}`
  `{{ site.posts | where_exp: "post", "post.array contains 'giraffes'" }}`

This permits a variety of use cases, such as reported in: jekyll#4467,
jekyll#4385, jekyll#2787.
2016-04-12 18:52:58 +01:00
..
2016-03-27 22:22:35 -05:00
2016-03-23 20:37:13 -05:00
2016-03-25 22:03:17 +01:00
2015-06-07 16:49:22 +00:00
2015-10-30 21:57:14 +02:00
2016-03-25 22:03:17 +01:00
2016-03-15 16:06:25 -07:00