...
target: Exposed if the given Criterion supports targeting a specific sub field, example: FieldDefinition or Meta Data identifiervalue: The value(s) to filter on, this is typically ascalarorarrayofscalars.operator: Exposed on some Criteria- All operators can be seen as constants on
eZ\Publish\API\Repository\Values\Content\Query\Criterion\Operator,at time of writing:IN, EQ, GT, GTE, LT, LTE, LIKE,BETWEEN,CONTAINS - Most Criteria does not expose this and selects
EQorEQorINdepending on if value isscalarorscalarorarray IN&BETWEENalways acts on aarrayof values, while the other operators acts on singlescalarvalue
- All operators can be seen as constants on
valueData: Additional value data, required by some criterions, MapLocationDistance for instance
...