Ok, first of all, sorry for my English.
I\'m working in a web project that show suggests when I type something in the inputbox, but I want to use IndexedDB to improv
I have been experimenting with IndexedDB and I have found it to be very slow, added to that the complexity of its api and I'm not sure its worth using at all.
It really depends on how much data you have, but potentially it'd be worth doing the searching in memory, and then you can just marshall and un-marshall the data out of some kind of storage, either indexedDB or the simpler localStorage.