Doc fix (all operator)
This commit is contained in:
parent
1ed9a36d0a
commit
5b230b90b9
@ -71,7 +71,7 @@ Available operators are as follows:
|
||||
* ``in`` -- value is in list (a list of values should be provided)
|
||||
* ``nin`` -- value is not in list (a list of values should be provided)
|
||||
* ``mod`` -- ``value % x == y``, where ``x`` and ``y`` are two provided values
|
||||
* ``all`` -- every item in array is in list of values provided
|
||||
* ``all`` -- every item in list of values provided is in array
|
||||
* ``size`` -- the size of the array is
|
||||
* ``exists`` -- value for field exists
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user