Twitter Typeahead only shows only 5 results
- by user3685388
I'm using the Twitter Typeahead version 0.10.2 autocomplete but I'm only receiving 5 results from my JSON result set. I can have 20 or more results but only 5 are shown.
What am I doing wrong?
var engine = new Bloodhound({
name: "blackboard-names",
prefetch: { url: "../CFC/Login.cfc?method=Search&returnformat=json&term=%QUERY",
…