Error in Bloodhound documentation - example code for search is incorrect
Opened this issue · 0 comments
mattpotosnak commented
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);