perak / meteor-joins

Collection joins for Meteor
77 stars 7 forks source link

Add support same collection join and array type foreing key #6

Open ljack opened 9 years ago

ljack commented 9 years ago

First pull request for discussion. Still contains debug logs and some formatting issues.

1) Add support to have joins the same collection where the field is. This is usefull so that one can build a master-parent tree.

2) Support field type of array ( used in multi select )

perak commented 9 years ago

@ljack thank you very much for this PR. I'l merge it and publish collection as soon as I test it. Also, this refreshes my memory that another pull request is still open - that one makes joins reactive.

ljack commented 9 years ago