Ernst Bunders wrote:
FieldValueBetweenConstraint is a Query constraint that is used to compare a field with two values.

Can you explain about this please? How dous a field have multiple values? or are these values generated by functions on the field?

FieldValueBetweenConstraint tests whether the value of a field falls between two given values, i.e. field.value BETWEEN value1, value2


FieldValueInConstraint test whether the value of a field is ina certain set of values, i.e.: field.value IN (value1, value2... valueN)

Currently, this does not work for datetime fields.
Sorry for the confusion.

--
Pierre van Rooden
Mediapark, C 107 tel. +31 (0)35 6772815
"Some Drink at the Fountain of Knowledge. Others Just Gurgle."

_______________________________________________
Developers mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/developers

Reply via email to