I'm currently developing a search function for my website that will sift through a JSON Object using regular expressions. My goal is to have the results displayed in real time as the user types, similar to how Google shows search suggestions.
However, I'm at a loss because I don't have any source code or know where to begin.
Is there anyone who can provide guidance on how to achieve this? Or perhaps recommend websites that cover this topic?