-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
sort and where liquid filters stopped working #16922
Comments
@MichaelPetrinolis what is the easiest way to repro? A shape template, a query? With a Boolean Field? |
We triaged this issue and set the milestone according to the priority we think is appropriate (see the docs on how we triage and prioritize issues). This indicates when the core team may start working on it. However, if you'd like to contribute, we'd warmly welcome you to do that anytime. See our guide on contributions here. |
We triaged this issue and set the milestone according to the priority we think is appropriate (see the docs on how we triage and prioritize issues). This indicates when the core team may start working on it. However, if you'd like to contribute, we'd warmly welcome you to do that anytime. See our guide on contributions here. |
@sebastienros yes,a content item with a part that has two fields, one boolean and one numeric. We used the numeric for sorting and the bool for filtering. Also the items come from a query inside a liquid template for a shape. |
Describe the bug
After upgrading to OrchardCore 2 (STJ) the where and sort filters stopped working
the above code used to work in OC 1.8
Orchard Core version
2.0.2
To Reproduce
create a liquid template and try filtering and sorting
Expected behavior
The array should contain the filtered elements, sorted
The text was updated successfully, but these errors were encountered: