@gradientedge/commercetools-utils
    Preparing search index...

    Interface SearchExecutionFailureError

    Returned when a search query could not be completed due to an unexpected failure.

    interface SearchExecutionFailureError {
        code: "SearchExecutionFailure";
        message: string;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    code: "SearchExecutionFailure"

    Error identifier.

    message: string

    "Something went wrong during the search query execution. In most case this happens due to usage of non-existing fields and custom product attributes. Please verify all filters and facets in your search query and make sure that all paths are correct."