@coveo/headless
    Preparing search index...

    Interface QueryTriggerOptions

    Options for configuring the QueryTrigger controller.

    interface QueryTriggerOptions {
        enableResults?: boolean;
    }
    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