Database Error Messages

JZN-00307

$between must have two values in array

Cause

A minimum and maximum value were not specified for the $between operator. The $between operator must be given an array with a minimum and a maximum value.


Action

Use a null for the minimum or maximum value to indicate that the range is open on one end. The values must be scalars, and at least one of the two values must not be null.