|
Another example of the same issue
db.q.drop()
|
db.q.insert({ "c" : [ { "c" : "The richest man is not he who has the most, but he who needs the least." }, [ "" ] ] })
|
db.q.insert({ "c" : [ { "1" : { "b" : "I have made this letter longer than usual because I lack the time to make it shorter." }, "2" : "" }, [ 0 ] ] })
|
db.q.insert({ "c" : [ [ 0 ], { } ] })
|
db.q.insert({ "c" : [ { "c" : 314159265003 }, -3.14159265, [ "" ] ] })
|
db.q.insert({ "c" : [ [ 5e-324 ], { "d" : ISODate("2008-02-29T00:00:00Z") } ] })
|
db.q.insert({ "c" : [ [ 314159265010 ], { "d" : { } } ], "d" : [ true ] })
|
db.q.insert({ "c" : [ { "d" : -3.14159265859 }, { }, [ "" ] ] })
|
db.q.insert({ "c" : [ [ 314159265006 ], { } ], "a" : ISODate("2008-02-29T00:00:00Z") })
|
db.q.insert({ "c" : [ { "b" : { "c" : ISODate("2013-09-29T10:40:00Z") } }, [ "" ] ], "a" : [ "" ] })
|
db.q.insert({ "c" : [ { "c" : 314159265017 }, [ 314159265001 ] ] })
|
db.q.insert({ "b" : 1, "c" : [ { "a" : -3.14159265 }, [ -3.14159265359, false ] ] })
|
db.q.insert({ "d" : [ { "0" : "", "b" : { "b" : [ [ "We are what we repeatedly do; excellence, then, is not an act but a habit." ] ], "a" : { "a" : { "d" : ISODate("2008-02-29T00:00:00Z") } } } } ], "c" : [ { "d" : { "c" : { "b" : "" } } }, 1, [ 1 ] ], "b" : false })
|
db.q.find( { "c" : { $lte : [ "A wise man gets more use from his enemies than a fool from his friends." ] } } )
|
|