pbauerochse / searchable-option-list

a jquery plugin for a searchable optionlist
MIT License
79 stars 54 forks source link

data list is huge #55

Open northeastrc opened 7 years ago

northeastrc commented 7 years ago

My data list is huge 2333 records is there a way to make it faster maybe by searching for ony the first 3 characters?

tulinkry commented 7 years ago

Have a look on this diff. That's how we improved it in our project. Basically we introduced a timeout and avoided the recursion when looking into subgroups.

jhkersul commented 7 years ago

@tulinkry But can't we only display the options after a certain amount of characters typed?