in addition to equals, above, below, please add a validation method for "between", such that
"criteria": [
{
"has": {
"trait": "hasNumberValue",
"comparison": "between",
"start": 1,
"end": 10
}
}
]
},
This would cut improve on the compound criteria that includes an "above" and a "below" with an "all" match.
in addition to
equals,above,below, please add a validation method for "between", such thatThis would cut improve on the compound criteria that includes an "above" and a "below" with an "all" match.