Preview

PublishedProductSearchNoResultsFallback is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

PublishedProductSearchNoResultsFallback

Represents no results fallback information for search queries

This page contains

    Fields

    query: String!

    The original query string entered by the user

    correctedQuery: String

    The corrected query string that was used for the search (null if no correction applied)

    showingResultsFor: String

    The query string to display in "Showing results for..." message (null if no correction)

    didYouMean: [String!]

    Alternative suggestions to display in "Did you mean..." section

    confidence: Float

    Confidence score of the suggestion (0.0 to 1.0, null if no suggestion)

    Parent objects of PublishedProductSearchNoResultsFallback

    PublishedProductSearchResult PREVIEW

    Represent a search result

    PublishedProductSearchResultTesting PREVIEW

    Represent a search result

    ResellerPublishedProductSearchResult PREVIEW

    Represent a Reseller search result

    SalesAgentPublishedProductSearchResult PREVIEW

    Represent a Sales Agent search result

    Queries for PublishedProductSearchNoResultsFallback

    publishedProductsSearch PREVIEW

    Returns a paginated list of published products that match the queryString, partner, locale and filters provided.

    publishedProductsSearchTesting PREVIEW

    Returns a paginated list of published products that match the queryString, partner, locale and filters provided.

    resellerPublishedProductsSearch PREVIEW

    Returns a paginated list of published products for a given Reseller that match the queryString, partner, locale and filters provided.

    salesAgentPublishedProductsSearch PREVIEW

    Returns a paginated list of published products for a given Sales Agent that match the queryString, partner, locale and filters provided.