Autocomplete search on the customer portal is a great feature however using this can stop data from being passed to Google Analytics.
We need the autocomplete results to include the search term within the link URL.
Example:
Current HTML <li class="article-item ui-menu-item" id="ui-id-32" tabindex="-1"><a href="/support/solutions/articles/14000027079-sales-"><span class="match">Sales</span> </a> <span class="label label-small label-light">Reporting</span></li> Updated HTML <li class="article-item ui-menu-item" id="ui-id-32" tabindex="-1"><a href="/support/solutions/articles/14000027079-sales-?term=sales"><span class="match">Sales</span> </a> <span class="label label-small label-light">Reporting</span></li>

