@nosto/search-js
    Preparing search index...

    Type Alias NewSearchOptions

    NewSearchOptions: Omit<SearchOptions, "track"> & {
        track?: SearchOptions["track"] | boolean;
    }

    Type Declaration

    • Optionaltrack?: SearchOptions["track"] | boolean

      The search type override for tracking.

      • false suppresses tracking,
      • true applies the default for the page type.
      • "autocomplete" | "category" | "serp" forces specific page type.

      Default: true