Remove search_autocomplete.js from main.js
We are targetting to reduce overall main.js bundle size by making loading conditional. There is an improvement based on experimental measurements of 30KB when we would remove/make loading optional for `app/assets/javascripts/search_autocomplete.js``
We could bind it to the condition that someone actually clicks into the search box.