twitter / typeahead.js

typeahead.js is a fast and fully-featured autocomplete library
http://twitter.github.io/typeahead.js/
MIT License
16.52k stars 3.21k forks source link

Error in Bloodhound documentation - example code for search is incorrect #1769

Open mattpotosnak opened 4 years ago

mattpotosnak commented 4 years ago

IN typeahead.js/doc/bloodhound.md#bloodhoundsearchquery-sync-async

The example code given is: bloodhound.get(myQuery, sync, async); should be: bloodhound.search(myQuery, sync, async);