Files
jekyll/site/_docs
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-24 09:52:16 -04:00
2015-03-11 20:17:23 -04:00
2016-02-22 22:17:02 -05:00
2016-02-23 11:20:32 -05:00
2016-03-10 10:09:53 -06:00
2016-02-22 22:17:02 -05:00
2016-02-22 22:17:02 -05:00
2016-02-22 22:17:02 -05:00
2016-02-22 22:17:02 -05:00
2016-04-09 13:56:55 +02:00
2016-02-22 22:17:02 -05:00
2016-03-22 17:48:57 -04:00
2016-04-08 14:19:51 +05:30
2016-02-15 00:39:53 -05:00
2015-10-16 12:08:29 -05:00
2016-04-07 00:35:24 +08:00
2016-03-20 23:38:45 +01:00