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

Interesting alternative package from @arunoda #74

Closed dandv closed 4 years ago

dandv commented 9 years ago

https://meteorhacks.com/implementing-an-instant-search-solution-with-meteor.html

Search Source is a reactive data store specially built for searching. Let me show you some features:

  • server client data synchronization
  • supports any search backend (MongoDB, Elasticsearch, etc.)
  • client-side search support
  • client-side data caching
  • text highlight and data transformation
  • metadata support (time elapsed, search count)