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

    Represent a search result

    PublishedProductSearchResultTesting

    Represent a search result

    ResellerPublishedProductSearchResult PREVIEW

    Represent a Reseller search result

    SalesAgentPublishedProductSearchResult PREVIEW

    Represent a Sales Agent search result

    Queries for PublishedProductSearchNoResultsFallback

    publishedProductsSearch

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

    publishedProductsSearchTesting

    Returns a paginated list of published products that match the queryString, partner, locale and filters provided (testing variant with explainScore and esQuery).

    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.