1. Types

Recipe

Version: 0.6
TypeType
Import path@sitecore-cloudsdk/search/server

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

NameTypeDescriptionValue
idstringRequired.

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"
versionintegerRequired.

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!