bkiers / Liqp

An ANTLR based 'Liquid Template' parser and rendering engine.
MIT License
166 stars 94 forks source link

`where` filter support #138

Closed msangel closed 4 years ago

msangel commented 5 years ago

I have it already implemented here: https://github.com/msangel/javyll/blob/master/src/main/java/ua/co/k/javyll/plugins/liquid/goodies/WhereFilter.java But I will just port it to java7. And add some tests.

msangel commented 5 years ago

And will add support for null detection: https://jekyllrb.com/docs/liquid/filters/#detecting-nil-values-with-where-filter400

bkiers commented 5 years ago

Nice!