This seems to be a weird request as I have searched for it and haven't found anything on search engines.
What I have is basically a point-of-sale system that is web-based. I type in a product sku and it automatically brings up all the information for that product. What it doesn't have is an autocomplete/autosuggest feature. I have to know the sku to find the product. I have over 30000 products so it gets hard sometimes.
Is there any way to have an autocomplete somewhere else? I was thinking something like having it hosted locally and just recognize when I'm typing in certain input fields on a certain website.
Has anyone heard of something like this or implemented something like this?