I need to find all the documents in my collection for which the length of a certain field exceeds a certain limit. The field\'s type is string. Is there a function query tha
Querying by length is not supported out of the box, the most sensible way would be to create a separate (numeric) field and query by this field.