[00:01:13] <Boomtime> d4rklit3: provide a gist/pastebin of a sample document and what you want to query on, your description sounds like a very basic query, so perhaps i am missing something
[00:06:38] <cheeser> the javadoc explains the behavior as well
[00:06:59] <d4rklit3> ok well this filtering thing works
[00:07:16] <d4rklit3> but paginating this will be damn near impossible
[00:08:18] <d4rklit3> Boomtime, is this possible with one query?
[00:09:22] <Gevox> cheeser: yes, thanks for the reminder
[00:14:23] <Gevox> I have a strange issue, i insert a document into a collection with some data, however, all of the data are stored the same as i inserted except 1 field is getting inserted with a constant value of "Test #1"
[00:25:20] <d4rklit3> and then i would have their IDs
[00:32:24] <d4rklit3> Boomtime, i figure if if taxonomy documents are really small compared to project documents that are huge in comparison, it would smarter to just query all the tags and categories ahead of each request (cache them in memory too) and then query my projects against those id's that already exist?
[00:36:07] <Boomtime> do you mean this -> "find(category:{$in:[id1,id2,id3]}" ?
[00:52:12] <d4rklit3> does this need to be ObjectID("553168297af42eda6da86b98")
[00:54:14] <Boomtime> you need to match the value, ObjectID is a particular type, distinct from string, so ObjectID("553168297af42eda6da86b98") != "553168297af42eda6da86b98"
[01:21:33] <d4rklit3> could some1 tell me how to do this the right way? http://pastie.org/10099150
[01:24:28] <Gevox> I'm trying to update several values of a document, this the method i made, however, it only updates the value in the last line of $set (the description). http://pastebin.com/L58fdARN
[01:24:41] <Gevox> How can i propely update several values of a document at once?
[04:43:05] <reactormonk> I'm trying to import some dump into my mongodb - local version is 3.0.2 - but mongorestore gives me a lot of "don't know what to do with file X"
[04:44:44] <reactormonk> version mismatch possible? I would assume mongorestore can read the old data
[04:58:04] <Boomtime> reactormonk: what version is the source from?
[04:58:46] <Boomtime> if in any doubt, try the equivalent version of mongorestore versus the mongodump you used