@coveo/headless
    Preparing search index...

    Interface ProductListingOptions

    Options for configuring the ProductListing controller.

    interface ProductListingOptions {
        enableResults?: boolean;
    }

    Hierarchy

    • FetchProductListingPayload
      • ProductListingOptions
    Index

    Properties

    Properties

    enableResults?: boolean

    When set to true, fills the results field rather than the products field in the response. It may also include Spotlight Content in the results.

    false