Clarify isIn vs isOneOf
isInis on a range, and generates an$andwith two boundsisOneOfis an array, and generates an$in
The two operators should at least mention each other in their documentation.
isIn is on a range, and generates an $and with two boundsisOneOf is an array, and generates an $inThe two operators should at least mention each other in their documentation.