Now we can query only by "array.$size == N" : { array :
{ $size : 123 }}
It can be useful to query by "array.$size > N", etc.
Something like
{ array : { $size :
} }
{ array : { $size :
} }
- is duplicated by
-
SERVER-7884 The length of arrays should be exposed as a querieable and selectable attribute
- Closed
-
SERVER-9712 Is it possible to get array size returned as part of result or used for sorting
- Closed
- related to
-
SERVER-589 query $operators should be composable
- Backlog