Search Autocomplete Thing I Did

By Kai Gittens tags:  reading time: 1 min
image for the 'Search Autocomplete Thing I Did' post

My employer has a lot of acronyms for business terms that we use throughout the day. I created a proof-of-concept for an acronym search engine, with the goal of releasing it internally.

It had been a few months since I coded up something app-like, especially with JavaScript. So I created this using a few coding things I hadn't really played with yet.

Turns out something like this already existed internally so I shelved the plan. But I learned a lot while doing it, so I'm documenting it all in a blog post.

No tutorial or code review...just documenting things so I don't forget them. The code's here on GitHub with instructions on how to run it locally.

The search results now being returned are now the acronyms for various athletic leagues. WNBA, EPL, NBA, etc.

Here's what I learned:

I don't see any tutorials coming out of this directly...again, I'm just documenting things. Feel free to ask me questions if you have any.