SFEley/candy

Querying on ID is too hard

SFEley opened this issue · 1 comments

Currently you can't just to Person.id(whatever) -- if the 'magic' Person(whatever) method doesn't work, you have to do Person.first(_id: whatever).

This should change.

lcs commented

Collections aren't happy either. Being able to do People.id([whatever1, whatever2]) would be great.