This file is automatically generated during the test phase.
To see more details, check its source: here.
- equalsTo:
{
"left" : "field",
"operator" : "equals",
"right" : true
}
{
"left" : "field",
"operator" : "equals",
"right" : "true"
}
{
"left" : "field",
"operator" : "equals",
"right" : 10
}
{
"left" : "field",
"operator" : "equals",
"right" : "\"value\""
}
{
"left" : "field",
"operator" : "equals",
"right" : "value"
}
- notEqualsTo:
{
"left" : "field",
"operator" : "not_equals",
"right" : true
}
{
"left" : "field",
"operator" : "not_equals",
"right" : "true"
}
{
"left" : "field",
"operator" : "not_equals",
"right" : 10
}
{
"left" : "field",
"operator" : "not_equals",
"right" : "\"value\""
}
{
"left" : "field",
"operator" : "not_equals",
"right" : "value"
}
- greaterThan:
{
"left" : "field",
"operator" : "greater_than",
"right" : 10
}
- greaterOrEqualThan:
{
"left" : "field",
"operator" : "greater_or_equal_than",
"right" : 10
}
- lessThan:
{
"left" : "field",
"operator" : "less_than",
"right" : 10
}
- lessOrEqualThan:
{
"left" : "field",
"operator" : "less_or_equal_than",
"right" : 10
}
- startsWith:
{
"left" : "field",
"operator" : "starts_with",
"right" : "\"value\""
}
- endsWith:
{
"left" : "field",
"operator" : "ends_with",
"right" : "\"value\""
}
- contains:
{
"left" : "field",
"operator" : "contains",
"right" : "\"value\""
}
- allMatch:
{
"allMatch" : [ {
"left" : "field",
"operator" : "equals",
"right" : true
}, {
"left" : "price",
"operator" : "less_than",
"right" : 10.0
} ]
}
- anyMatch:
{
"anyMatch" : [ {
"left" : "field",
"operator" : "equals",
"right" : true
}, {
"left" : "price",
"operator" : "less_than",
"right" : 10.0
} ]
}
- noneMatch:
{
"noneMatch" : [ {
"left" : "field",
"operator" : "equals",
"right" : true
}, {
"left" : "price",
"operator" : "less_than",
"right" : 10.0
} ]
}
- multiple group validation:
{
"allMatch" : [ {
"left" : "field",
"operator" : "equals",
"right" : true
}, {
"left" : "price",
"operator" : "less_than",
"right" : 10.0
} ],
"anyMatch" : [ {
"left" : "field",
"operator" : "equals",
"right" : true
}, {
"left" : "price",
"operator" : "less_than",
"right" : 10.0
} ],
"noneMatch" : [ {
"left" : "field",
"operator" : "equals",
"right" : true
}, {
"left" : "price",
"operator" : "less_than",
"right" : 10.0
} ]
}
{
"left" : "item.price",
"operator" : "equals",
"right" : 10
}
{
"left" : "item.price",
"operator" : "equals",
"right" : 0
}
{
"left" : "\"null\"",
"operator" : "equals",
"right" : "\"null\""
}
{
"left" : 10.2,
"operator" : "equals",
"right" : 10.2
}
{
"left" : 10,
"operator" : "equals",
"right" : 10
}
{
"left" : "item.price",
"operator" : "not_equals",
"right" : 10
}
{
"left" : "item.price",
"operator" : "not_equals",
"right" : 0
}
{
"left" : "\"null\"",
"operator" : "not_equals",
"right" : "\"null\""
}
{
"left" : 10.2,
"operator" : "not_equals",
"right" : 10.2
}
{
"left" : 10,
"operator" : "not_equals",
"right" : 10
}
{
"left" : true,
"operator" : "equals",
"right" : false
}
{
"left" : false,
"operator" : "equals",
"right" : false
}
{
"left" : true,
"operator" : "equals",
"right" : true
}
{
"left" : false,
"operator" : "equals",
"right" : true
}
{
"left" : "item.trueValue",
"operator" : "equals",
"right" : true
}
{
"left" : "item.trueValue",
"operator" : "equals",
"right" : false
}
{
"left" : "item.falseValue",
"operator" : "equals",
"right" : true
}
{
"left" : "item.falseValue",
"operator" : "equals",
"right" : false
}
{
"left" : "item.trueValue",
"operator" : "equals",
"right" : "true"
}
{
"left" : "item.trueValue",
"operator" : "not_equals",
"right" : "false"
}
{
"left" : "item.trueValue",
"operator" : "not_equals",
"right" : false
}
{
"left" : "item.field.that.dont.exist",
"operator" : "equals",
"right" : "10",
"onFailure" : "TRUE"
}
{
"left" : "item.field.that.dont.exist",
"operator" : "equals",
"right" : "10",
"onFailure" : "FALSE"
}
{
"allMatch" : [ {
"left" : "item.price",
"operator" : "greater_than",
"right" : 5
}, {
"left" : "item.price",
"operator" : "less_than",
"right" : 15
} ]
}
{
"allMatch" : [ {
"left" : "item.price",
"operator" : "greater_than",
"right" : 5
}, {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : 15
} ]
}
{
"allMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : 5
}, {
"left" : "item.price",
"operator" : "less_than",
"right" : 15
} ]
}
{
"allMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : 5
}, {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : 15
} ]
}
{
"allMatch" : [ {
"left" : "item.price",
"operator" : "greater_than",
"right" : 5
}, {
"left" : "item.price",
"operator" : "less_than",
"right" : 9
} ]
}
{
"allMatch" : [ {
"left" : "item.price",
"operator" : "greater_than",
"right" : 5
}, {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : 9
} ]
}
{
"allMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : 5
}, {
"left" : "item.price",
"operator" : "less_than",
"right" : 9
} ]
}
{
"allMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : 5
}, {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : 9
} ]
}
{
"allMatch" : [ {
"left" : "item.price",
"operator" : "greater_than",
"right" : 11
}, {
"left" : "item.price",
"operator" : "less_than",
"right" : 15
} ]
}
{
"allMatch" : [ {
"left" : "item.price",
"operator" : "greater_than",
"right" : 11
}, {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : 15
} ]
}
{
"allMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : 11
}, {
"left" : "item.price",
"operator" : "less_than",
"right" : 15
} ]
}
{
"allMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : 11
}, {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : 15
} ]
}
{
"allMatch" : [ {
"left" : "item.price",
"operator" : "greater_than",
"right" : 10
}, {
"left" : "item.price",
"operator" : "less_than",
"right" : 15
} ]
}
{
"allMatch" : [ {
"left" : "item.price",
"operator" : "greater_than",
"right" : 10
}, {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : 15
} ]
}
{
"allMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : 10
}, {
"left" : "item.price",
"operator" : "less_than",
"right" : 15
} ]
}
{
"allMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : 10
}, {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : 15
} ]
}
{
"allMatch" : [ {
"left" : "item.price",
"operator" : "greater_than",
"right" : 5
}, {
"left" : "item.price",
"operator" : "less_than",
"right" : 10
} ]
}
{
"allMatch" : [ {
"left" : "item.price",
"operator" : "greater_than",
"right" : 5
}, {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : 10
} ]
}
{
"allMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : 5
}, {
"left" : "item.price",
"operator" : "less_than",
"right" : 10
} ]
}
{
"allMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : 5
}, {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : 10
} ]
}
{
"left" : "item.price",
"operator" : "greater_than",
"right" : 0
}
{
"left" : "item.price",
"operator" : "greater_than",
"right" : 10
}
{
"left" : "item.price",
"operator" : "greater_than",
"right" : 20
}
{
"left" : 10,
"operator" : "greater_than",
"right" : 20
}
{
"left" : 30,
"operator" : "greater_than",
"right" : 20
}
{
"left" : "item.price",
"operator" : "less_than",
"right" : 100
}
{
"left" : "item.price",
"operator" : "less_than",
"right" : 1
}
{
"left" : "item.price",
"operator" : "less_than",
"right" : 10
}
{
"left" : 2,
"operator" : "less_than",
"right" : 10
}
{
"left" : 20,
"operator" : "less_than",
"right" : 10
}
{
"left" : 10,
"operator" : "less_than",
"right" : 10
}
{
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : 100
}
{
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : 10
}
{
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : 1
}
{
"left" : 10,
"operator" : "less_or_equal_than",
"right" : 100
}
{
"left" : 10,
"operator" : "less_or_equal_than",
"right" : 10
}
{
"left" : 10,
"operator" : "less_or_equal_than",
"right" : 1
}
{
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : 1
}
{
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : 10
}
{
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : 100
}
{
"left" : 10,
"operator" : "greater_or_equal_than",
"right" : 1
}
{
"left" : 10,
"operator" : "greater_or_equal_than",
"right" : 10
}
{
"left" : 10,
"operator" : "greater_or_equal_than",
"right" : 100
}
{
"noneMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
} ]
}
{
"noneMatch" : [ {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : "1000"
} ]
}
{
"noneMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
}, {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "10000"
} ]
}
{
"noneMatch" : [ {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : "1000"
}, {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
} ]
}
{
"noneMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
}, {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : "1000"
} ]
}
{
"noneMatch" : [ {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : "1000"
}, {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : "1000"
} ]
}
{
"noneMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
}, {
"anyMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
} ]
} ]
}
{
"noneMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
}, {
"anyMatch" : [ {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : "1000"
} ]
} ]
}
{
"noneMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
}, {
"noneMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
} ]
} ]
}
{
"noneMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
}, {
"noneMatch" : [ {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : "1000"
} ]
} ]
}
{
"noneMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
}, {
"allMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
} ]
} ]
}
{
"noneMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
}, {
"allMatch" : [ {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : "1000"
} ]
} ]
}
{
"noneMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
}, {
"anyMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
} ]
}, {
"allMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
} ]
}, {
"noneMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
} ]
} ]
}
{
"noneMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
}, {
"anyMatch" : [ {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : "1000"
} ]
}, {
"allMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
} ]
}, {
"noneMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
} ]
} ]
}
{
"noneMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
}, {
"anyMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
} ]
}, {
"allMatch" : [ {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : "1000"
} ]
}, {
"noneMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
} ]
} ]
}
{
"noneMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
}, {
"anyMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
} ]
}, {
"allMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
} ]
}, {
"noneMatch" : [ {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : "1000"
} ]
} ]
}
{
"allMatch" : [ {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : "1000"
} ]
}
{
"allMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
} ]
}
{
"allMatch" : [ {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : "1000"
}, {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : "1000"
} ]
}
{
"allMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
}, {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : "1000"
} ]
}
{
"allMatch" : [ {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : "1000"
}, {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
} ]
}
{
"allMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
}, {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
} ]
}
{
"allMatch" : [ {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : "1000"
}, {
"anyMatch" : [ {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : "1000"
} ]
} ]
}
{
"allMatch" : [ {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : "1000"
}, {
"anyMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
} ]
} ]
}
{
"allMatch" : [ {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : "1000"
}, {
"noneMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
} ]
} ]
}
{
"allMatch" : [ {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : "1000"
}, {
"noneMatch" : [ {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : "1000"
} ]
} ]
}
{
"allMatch" : [ {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : "1000"
}, {
"allMatch" : [ {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : "1000"
} ]
} ]
}
{
"allMatch" : [ {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : "1000"
}, {
"allMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
} ]
} ]
}
{
"allMatch" : [ {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : "1000"
}, {
"anyMatch" : [ {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : "1000"
} ]
}, {
"allMatch" : [ {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : "1000"
} ]
}, {
"noneMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
} ]
} ]
}
{
"allMatch" : [ {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : "1000"
}, {
"anyMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
} ]
}, {
"allMatch" : [ {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : "1000"
} ]
}, {
"noneMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
} ]
} ]
}
{
"allMatch" : [ {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : "1000"
}, {
"anyMatch" : [ {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : "1000"
} ]
}, {
"allMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
} ]
}, {
"noneMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
} ]
} ]
}
{
"allMatch" : [ {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : "1000"
}, {
"anyMatch" : [ {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : "1000"
} ]
}, {
"allMatch" : [ {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : "1000"
} ]
}, {
"noneMatch" : [ {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : "1000"
} ]
} ]
}
{
"anyMatch" : [ {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : "1000"
} ]
}
{
"anyMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
} ]
}
{
"anyMatch" : [ {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : "1000"
}, {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
} ]
}
{
"anyMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
}, {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
} ]
}
{
"anyMatch" : [ {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : "1000"
}, {
"anyMatch" : [ {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : "1000"
} ]
} ]
}
{
"anyMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
}, {
"anyMatch" : [ {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : "1000"
} ]
} ]
}
{
"anyMatch" : [ {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : "1000"
}, {
"anyMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
} ]
} ]
}
{
"anyMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
}, {
"anyMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
} ]
} ]
}
{
"anyMatch" : [ {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : "1000"
}, {
"noneMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
} ]
} ]
}
{
"anyMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
}, {
"noneMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
} ]
} ]
}
{
"anyMatch" : [ {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : "1000"
}, {
"noneMatch" : [ {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : "1000"
} ]
} ]
}
{
"anyMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
}, {
"noneMatch" : [ {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : "1000"
} ]
} ]
}
{
"anyMatch" : [ {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : "1000"
}, {
"allMatch" : [ {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : "1000"
} ]
} ]
}
{
"anyMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
}, {
"allMatch" : [ {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : "1000"
} ]
} ]
}
{
"anyMatch" : [ {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : "1000"
}, {
"allMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
} ]
} ]
}
{
"anyMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
}, {
"allMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
} ]
} ]
}
{
"anyMatch" : [ {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : "1000"
}, {
"anyMatch" : [ {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : "1000"
} ]
}, {
"allMatch" : [ {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : "1000"
} ]
}, {
"noneMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
} ]
} ]
}
{
"anyMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
}, {
"anyMatch" : [ {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : "1000"
} ]
}, {
"allMatch" : [ {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : "1000"
} ]
}, {
"noneMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
} ]
} ]
}
{
"anyMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
}, {
"anyMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
} ]
}, {
"allMatch" : [ {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : "1000"
} ]
}, {
"noneMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
} ]
} ]
}
{
"anyMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
}, {
"anyMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
} ]
}, {
"allMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
} ]
}, {
"noneMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
} ]
} ]
}
{
"anyMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
}, {
"anyMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
} ]
}, {
"allMatch" : [ {
"left" : "item.price",
"operator" : "greater_or_equal_than",
"right" : "1000"
} ]
}, {
"noneMatch" : [ {
"left" : "item.price",
"operator" : "less_or_equal_than",
"right" : "1000"
} ]
} ]
}
{
"left" : "item.arrTags",
"operator" : "contains",
"right" : "\"in_array\""
}
{
"left" : "item.arrTags",
"operator" : "contains",
"right" : "\"not_in_array\""
}
{
"left" : "item.name",
"operator" : "starts_with",
"right" : "\"product\""
}
{
"left" : "item.name",
"operator" : "starts_with",
"right" : "\"name\""
}
{
"left" : "item.name",
"operator" : "not_starts_with",
"right" : "\"product\""
}
{
"left" : "item.name",
"operator" : "not_starts_with",
"right" : "\"name\""
}
{
"left" : "item.name",
"operator" : "ends_with",
"right" : "\"name\""
}
{
"left" : "item.name",
"operator" : "ends_with",
"right" : "\"product\""
}
{
"left" : "item.name",
"operator" : "not_ends_with",
"right" : "\"name\""
}
{
"left" : "item.name",
"operator" : "not_ends_with",
"right" : "\"product\""
}
{
"left" : "item.name",
"operator" : "contains",
"right" : "\"duct\""
}
{
"left" : "item.name",
"operator" : "contains",
"right" : "\"different value\""
}
{
"left" : "item.tags",
"operator" : "contains",
"right" : "\"test\""
}
{
"left" : "item.tags",
"operator" : "contains",
"right" : "\"different value\""
}
{
"left" : "10",
"operator" : "contains",
"right" : "\"different value\"",
"onFailure" : "FALSE"
}
{
"left" : "item.name",
"operator" : "contains",
"right" : "10",
"onFailure" : "FALSE"
}
{
"left" : "null",
"operator" : "contains",
"right" : "10",
"onFailure" : "FALSE"
}
{
"left" : "item.name",
"operator" : "not_contains",
"right" : "\"duct\""
}
{
"left" : "item.name",
"operator" : "not_contains",
"right" : "\"different value\""
}
{
"left" : "item.tags",
"operator" : "not_contains",
"right" : "\"test\""
}
{
"left" : "item.tags",
"operator" : "not_contains",
"right" : "\"different value\""
}