Clarify isIn vs isOneOf

  • isIn is on a range, and generates an $and with two bounds
  • isOneOf is an array, and generates an $in

The two operators should at least mention each other in their documentation.