-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to get collection from a string "name" #2
Comments
autocomplete uses There's also this SO question - http://stackoverflow.com/questions/10984030/get-meteor-collection-by-name |
I've been preparing to do an extended collections API, because of the getTimestamp() issues; as well as exposing https://github.com/awatson1978/collection-extended-api/blob/master/README.md |
I have some extensions to the API in directcollection package. One thing I am missing (from Django) is |
Related: meteor/meteor#1504 |
In the meantime I've used in rubaxa:sortable and improved @dburles' mongo-collection-instances |
I think this pull request which was recently merged could help a bit: meteor/meteor#5845 |
I often find my self in having to wrap the Meteor.Collection in order to get a lookup option. I may have the collection name but currently there isnt a way to resolve the string into a collection?
Eg.
The text was updated successfully, but these errors were encountered: