jspears / mers

Mongoose Express Rest Service
MIT License
343 stars 42 forks source link

Populate with specific fields fails to populate at all #16

Open gausie opened 11 years ago

gausie commented 11 years ago

Using the formation of http://localhost:3000/rest/blogpost?skip=10&populate[comments]=title,date from the README I haven't been able to get it working. It seems from the code that this is not actually implemented, and that (to even make a start) flatJoin needs to know what the key is.

Is this not working or am I not implementing it correctly?

jspears commented 11 years ago

Should work, let me take a look