It seems like url/param conditions can’t be made filterable default on? I’m loading a page include with these conditions:
And here are the query string params being sent to my page include:
But here are the conditions on the model when it’s loaded:
Why are the conditions inactive (without value) when they’re being passed the url parameters that they are expecting?
Thanks!


