Hi,
In mongo is possible to write query with two or's like:
db.someCollection.find({ $or : [ { "system" : "test1" } , { "system" : "test2" } ] ,
$or : [ { "something" : true } , { "something" : false } , { "something" : { $exists : false } }]
})
( I know that this specific query could be wrote in one or but I have much much more complicated query and I need to user or parameter two times ).
But lift rogue when compiling shows me and error:
Query must be HasNoOrClause, but it's actually com.foursquare.rogue.Unselected with com.foursquare.rogue.ShardKeyNotSpecified with com.foursquare.rogue.Unordered with com.foursquare.rogue.Unskipped with com.foursquare.rogue.Unlimited with com.foursquare.rogue.HasOrClause
is it possible in lift rogue write such query ?
Thanks!
--
You received this message because you are subscribed to the Google Groups "rogue-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rogue-users...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.