Used to perform a search on the product index

Constructors

Methods

Constructors

Methods

  • Triggers a reindex via the SearchIndexService.

    Parameters

    • ctx: RequestContext

    Returns Promise<SubscribableJob<SearchIndexJobData>>

  • Performs a search against the product index.

    Parameters

    • ctx: RequestContext
    • selectedFields: (keyof SearchResponse)[]
    • Optionalinput: SearchInput

    Returns Promise<SearchResponse>