How to set up Instant Suggestions

To implement Instant Suggestions, follow these steps:

  1. In the navigation, select Tools › Instant suggestions.
  2. Select the desired engine from the table.
  3. Under Suggested searches, type the search terms you would like to appear in the input field.
  4. Click the Add Suggestion button.
  5. Optional: Repeat the previous two steps to add more suggestions.
  6. Optional: Under Recent searches, select if recent searches should be shown or hidden. Recent searches are unique to each visitor.
  7. Click the Save & Exit button.
Two suggested searches set up for an engine, where recent searches are hidden.

Enable Instant Suggestions on the website

To enable Instant Suggestions, you must update your search implementation with one line of code. This should appear in the cludoSettings object of the code:

showInstantSuggestions: true

Note that this will only work if this feature is a part of your subscription.

To further customize the feature, have a look at How to customize Instant Suggestions.