Hello, I just noticed that when I've got an AdvancedCriteria which contains a "between" criterion, IE:
splitCriteria doesn't work, and I see this message logged:
is this use case actually not supported?
Code:
{fieldName:"DATA_INIZIO", operator:"between", start:startDate, end:endDate}
Code:
splitCriteria: advanced criteria second-level operator, and, not supported.
Comment