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

    Interface SearchNotReadyError

    Returned if the requested search service is not ready. The search might be deactivated or indexing is in progress.

    interface SearchNotReadyError {
        code: "SearchNotReady";
        message: string;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    code: "SearchNotReady"

    Error identifier.

    message: string

    $Search is not ready. Check the indexing-status endpoint and that the feature has been activated in the project settings.