angularjs - Angular UI Bootstrap TypeAhead for Multiple Arrays -


having issue getting typeahead feature working in ui-bootstrap large datasets. i've got 92,000 records coming , seems maximum number of records can in array 10000. means have 10 arrays contain data.

large array of data however, able search through 1 array...so if set response.data[0] means going missing 81,000+ records run typeahead on...

i'm sure there has way set can: a) either put data in single array work or, preferably: b) wait until user types in number of keystrokes, 3, , "get" call server data, , bring data matches 3 keystrokes, far lower 10,000 items search through...

can either scenario? preferably scenario b?


Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -