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

retrive docuemnts on spcefic condition #137

Closed ketankulkarni closed 7 years ago

ketankulkarni commented 7 years ago

i have mizzao:autocomplete and mizzao:user status packeges i want to retrive documents whoes online status is true javascript code- settings : function() { return { position: 'top', limit: 2, rules: [ { collection: Meteor.users, field: 'username', token:'@', matchAll: true, template: Template.titles, } ] }; }

mizzao commented 7 years ago

Sorry, GitHub issues are meant for bug reports and feature suggestions, not general support. You may be able to find help for your issue on StackOverflow.