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;
}

Indexable

  • [key: string]: any

Properties

Properties

code: "SearchNotReady"
message: string

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