military-pinkM
Refine4y ago
1 reply
military-pink

CrudFilters

In refine core version 3.50 , the conditional filter type takes only logical filter as a value. But in version 3.18, the conditional filter can take a logical filter or another conditional filter as a value. Also the 'and' operator is missing from 3.50 .
I am using 3.50 so not able to chain filters.
Example:-
{
operator: 'or', value:[
{operator: 'and',
value:[{field:'', operator:'', value:''}]}
]
}
Was this page helpful?