The array should be used as Autocomplete suggestions for this searchbox:
<input type="text" class="searchbox" placeholder="Type here...">
I tried to combine AJAX calls but I'm getting these errors:
Cannot read property 'slice' of undefined
Cannot read property 'length' of undefined
If you have an idea of how to properly structure this, please let me know.