Hi,
I have been searching to find anything available that helps create a performant search autocomplete functionality where data comes from an API.
I have succeeded to implement the functionality and works great, but of course it is not blazing fast unfortunately.
Here is an example of a pure javascript library that enables really fast search & autocomplete from an API.
I think it is worth creating a plugin on top of this or some other js library out there.
Eventually i will end up doing it myself if nobody picks this up, should be a couple of days with proper testing.
Cheers