mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
add not bounded range test
This commit is contained in:
parent
5eaf86ede0
commit
b042060ce8
@ -126,6 +126,8 @@ indexed( {i:{$not:{$lt:"b"}}}, "b", {} );
|
||||
indexed( {i:{$lte:"b"}}, "", "b" );
|
||||
indexed( {i:{$not:{$lte:"b"}}}, "b", {} );
|
||||
|
||||
indexed( {i:{$not:{$lte:"b",$gte:"f"}}}, "b", "f" );
|
||||
|
||||
not( {i:{$not:{$all:["a"]}}} );
|
||||
not( {i:{$not:{$mod:[2,1]}}} );
|
||||
not( {i:{$not:{$type:2}}} );
|
||||
|
Loading…
Reference in New Issue
Block a user