How to set up related searches
The related searches features shows a list of related search terms, based on the current search term. Clicks on related searches can be seen in the analytics view.
To implement the related search module on the search results page, The following HTML must be inserted:
<div class="search-related"></div>
The related features must also be enabled by Inserting the following line inside the CludoSettings:
enableRelatedSearches: true
