Hi All ,
I am trying to filter the items with this code but it always takes the last condition and ignores the first condition , I want the filter to consider both the conditions.
"filters": {
"cmill": [">=",r.message.percnt_carbon_min],
"cmill": ["<=",r.message.percnt_carbon_max],
}
Please help
Thanks in advance