Shopify / liquid

Liquid markup language. Safe, customer facing template language for flexible web apps.
https://shopify.github.io/liquid/
MIT License
11.05k stars 1.38k forks source link

Feature request: add where_exp from Jekyll or something similar #1758

Open texastoland opened 10 months ago

texastoland commented 10 months ago

What

https://github.com/jekyll/jekyll/blob/3f3a283018a976da11a0bfcc13a20d43d37ee29f/lib/jekyll/filters.rb#L209-L221

Why

My use case at this moment is filtering tags containing a substring but I believe where_exp would be more generally useful than where_contains, where_not_contains, etc.