Recipe

Version:

Type

Type

Import path

@sitecore-cloudsdk/search/browser

A recipe for recommendations. A recipe is used to determine which recommendations are given by a recommendation widget.

Signature

export type Recipe = { 
  id: string;
  version: number
};

Properties

Name

Type

Description

Value

id

string

Required.

The ID of the recipe to use to override the default Sitecore Search recipe setting.

To find the recipe ID in Sitecore Search, click Global Resources > Recipes > the recipe of your choice.

"548980"

version

integer

Required.

The version of the recipe to use to override the default Sitecore Search recipe setting.

To find the recipe version in Sitecore Search, click Global Resources > Recipes > the recipe of your choice.

2

If you have suggestions for improving this article, let us know!