sergeyt / meteor-typeahead

Autocomplete package for meteor powered by twitter typeahead.js
https://atmospherejs.com/sergeyt/typeahead
MIT License
146 stars 82 forks source link

Distinct entries #132

Closed sarita-dc closed 8 years ago

sarita-dc commented 9 years ago

I want to fetch distinct entries from the field. Is there any option where I can avoid duplicate entries?

sergeyt commented 8 years ago

@sarita-dc BTW using Array.filter can help.