London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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

Introduction

Related Queries can be used to help users to find relevant content based on current search query.

Using Related Queries

In order to get Related Queries for a specific search query use DidYouMean method of StatisticsClient in EPiServer.Find.Statistics namespace:

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

Last updated: Jun 10, 2014