Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dotliquid Strict Liquid Syntax #464

Open
guilhermekf opened this issue Apr 4, 2023 · 0 comments
Open

Dotliquid Strict Liquid Syntax #464

guilhermekf opened this issue Apr 4, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@guilhermekf
Copy link

guilhermekf commented Apr 4, 2023

It seems the code is not forcing the strict liquid syntax on dotliquid. Related issue on dotliquid: Issue 474

This is a problem when I am using a JSON converter. I have a JSON with full strings but I want to use it as numbers and the math filters are not converting the values to numbers.

I got the following error:
Failed to convert the input data. Reason: Error happened when rendering templates: Argument is not numeric (Parameter 'left')

I would expect this to be similar with the Ruby Liquid template and for that we need to start using strict syntax on Dotliquid

@dustinburson dustinburson added the enhancement New feature or request label Apr 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants