Search keywords are JSON objects primarily used by Product Suggestions, but are also considered for a full text search. The keys are of type Locale, and the values are an array of SearchKeyword.

interface SearchKeywords {
    [key: string]: SearchKeyword[];
}

Indexable

[key: string]: SearchKeyword[]

Generated using TypeDoc