Category: Implementation

Implementing the Rich Inline Template

The Rich Inline Template is a prebuilt search results template that offers more flexibility and features than our legacy inline template, while still allowing you to implement and customize it yourself. It’s designed for those who want more control over the look and functionality of their search page, including support . . . Read more

Experience Builder

Cludo’s Experience Builder is a user-friendly tool that enables you to tailor your website’s search and interaction capabilities. The feature simplifies the process of modifying and implementing new search features without needing extensive technical capabilities or support. Designed for full control, the Experience Builder includes real-time previews for immediate feedback . . . Read more

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

Translations and Language

How to change the search page language You can change the language of your search results page directly within the Cludo Search script. To do this, simply modify the language parameter in the script, as shown in the example below: This will set the search page language to Danish (da). . . . Read more

Customize search using CludoJS options

When implementing search on a website, the CludoJS can be used to enable/disable and customize certain features. These settings should be implemented in the CludoSettings script, where the options are defined as an object with multiple parameters. The table below describes each available option, what it does, and examples of . . . Read more

Search As You Type

What is Search As You Type? Search As You Type is a feature that allows search results to appear as direct links alongside search suggestions while the visitor is entering their search term. When enabled, the search will present search results for every few keystrokes. This allows for faster visitor . . . Read more

Search templates

What are Search Templates? Cludo offers two global templates that can easily be implemented onto the website. Currently, two global templates are supported: Typically, a search template is split into two components: Because search templates should be matching the rest of the website, depending on the requirements of both the features . . . Read more