Category: How To

How to connect Cludo to your cookie consent functionality

It is possible to add development to have the cookies set by Cludo connect with your general cookie consent formula. For general information on cookies set by Cludo, read this article. Technical Overview At the moment Cludo stores session information in local storage that persists across end-user visits, we will . . . Read more

How to implement Cludo’s API analytics script

Cludo has developed a script specifically for API implementations. With this, you won’t have to manually set up tracking for your API implementation. Introduction The Cludo API Analytics script is a JavaScript snippet to be placed on your search results page that will send query and click data to Cludo’s . . . Read more

How to set up scoped searching

If you would like an existing engine to only show results for a specific area, this can be done by adding a filter in the script. Scoped search allows you to limit search results to a specific section or type of content within the website instead of searching across the whole . . . Read more

How to change default translations

Default translations are the small pieces of text that appear in the template of the website, such as “did you mean..” or “your search for …”. These are automatically translated into the language that the search is set up for. However, it is possible to rephrase or change the translation. . . . Read more

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: The related features must also . . . Read more

How to set up Search-as-you-type (SAYT)

Search-as-you-type, also often referred to as SAYT, allows search results to appear as direct links as the visitor is typing. Enabling Search-as-you-type on the website The following only has to be done once per implementation in order to enable the SAYT feature.

How to change language in MyCludo

The MyCludo interface supports both English and Danish. This guide will explain how to change the interface language for a user. Please note this language change does not affect any engines, visitors, or even other users in MyCludo. If the changed user is the currently logged-in user, the entire interface . . . Read more

How to customize search using CludoJS options

When implementing search on a website, the CludoJS can be used to enable/disable and customize certain features. The options are defined as an object with multiple options. The table below describes each of the options available, what they do, and examples of values.All options are available for custom templates, however, . . . Read more

How to style related searches

Once the related searches feature is correctly implemented on a website, it can be further styled to match the rest of the websites visuals.Related searches can be styled, using CSS classes. CSS classes Container Related searches title List List items