@coveo/headless-react
    Preparing search index...

    Type Alias SearchBoxOptions

    SearchBoxOptions: Pick<
        SearchBoxOptions,
        "id"
        | "highlightOptions"
        | "clearFilters",
    > & { enableResults?: boolean }

    Type Declaration

    • OptionalenableResults?: 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