Here is a problem. I get an array of Ids from client to find the full objects that contain in my database.Ultimately, after some aggregation/mapReduce( Anyway I can't really understand how to make it by any of these means) I have to get an array of full objects with all the rest fields. How to do it? Thanks a lot in advance!!!
            Asked
            
        
        
            Active
            
        
            Viewed 21 times
        
    0
            
            
        - 
                    Are you using mongoose or just vanilla mongo? – DylanH Mar 31 '18 at 17:42
- 
                    I use vanilla mongo – Jack Richards Mar 31 '18 at 17:47
- 
                    I think the answer your looking for is here: [https://stackoverflow.com/questions/15102532/mongo-find-through-list-of-ids](https://stackoverflow.com/questions/15102532/mongo-find-through-list-of-ids) – DylanH Mar 31 '18 at 17:51
