Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Navigation [hide] [expand]
Area: Optimizely Search & Navigation
ARCHIVED This content is retired and no longer maintained. See the latest version here.

Introduction

Use Related Queries to help users to find relevant content based on current search query.

Using Related Queries

To get Related Queries for a search query, use the DidYouMean method of StatisticsClient in namespace:

C#
var results = client.Statistics().DidYouMean("Beethoven");

See also: DidYouMeanController Class

Last updated: Feb 23, 2015