Replies: 1 comment 3 replies
-
Not directly at this time. You could fake it by putting the expression inside of a template but that could allow for "template injections". |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I’m interested in using this crate to parse and evaluate Liquid expressions independently of a full Template. Specifically, I’d like to evaluate expressions like "order.price > 100" or "order.price > 100 and order.items_count > 2" and get a boolean result, given an order object.
I wasn’t able to figure out how to achieve this from the existing code or documentation—does the crate support this use case?
Beta Was this translation helpful? Give feedback.
All reactions