bloodhound-js
bloodhound.js for node and browser
Bloodhound is the typeahead.js suggestion engine. Bloodhound is robust, flexible, and offers advanced functionalities such as prefetching, intelligent caching, fast lookups, and backfilling with remote data.
Installtion
npm install bloodhound-js --save
Changes
- no jquery deps
- works with both browser and node
- jquery deferred with es6-promise
- storage polyfill with storage2
- ajax with superagent
Usage
var Bloodhound = ;var engine = local: 'dog' 'pig' 'moose' queryTokenizer: Bloodhoundtokenizerswhitespace datumTokenizer: Bloodhoundtokenizerswhitespace; var promise = engine; promise;
License
MIT