Meteor-Community-Packages / meteor-autocomplete

Client/server autocompletion designed for Meteor's collections and reactivity.
https://atmospherejs.com/mizzao/autocomplete
MIT License
350 stars 109 forks source link

Support for Collection Helpers #97

Open minfawang opened 9 years ago

minfawang commented 9 years ago

I found Collection Helpers very useful to generate derived attributes for collections.

If this package could support matching fields of derived attributes, it would be very neat. I don't quite understand internally how this works, but by intuition it seems to be not very hard.

Thanks for the hard work of the project maintainer.