diff --git a/includes/entity.inc b/includes/entity.inc index 31679fd..99baf49 100644 --- a/includes/entity.inc +++ b/includes/entity.inc @@ -613,6 +613,8 @@ class EntityFieldQuery { * literals of the same type as the column. * - 'BETWEEN': This operator expects $value to be an array of two literals * of the same type as the column. + * The operator can be omitted, and will default to 'IN' if the value is an + * array, or to '=' otherwise. * * @return EntityFieldQuery * The called object. @@ -729,6 +731,8 @@ class EntityFieldQuery { * literals of the same type as the column. * - 'BETWEEN': This operator expects $value to be an array of two literals * of the same type as the column. + * The operator can be omitted, and will default to 'IN' if the value is an + * array, or to '=' otherwise. * @param $delta_group * An arbitrary identifier: conditions in the same group must have the same * $delta_group. For example, let's presume a multivalue field which has