I need to create an autocomplete search bar, that gives me suggestions base on multiple words (so, for example "win of the day" doesn't require me to write "win" first. If I write "day" and then "win", this option would still appear. And then, when I select one suggestion, the page scrolls to that FAQ question.
I have been trying with JS and Jquery (which I am not familiar with). Some incomplete examples:
<script async src="//jsfiddle.net/uLq7wgkp/embed/"></script>