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

    Interface ProjectChangeProductSearchIndexingEnabledAction

    interface ProjectChangeProductSearchIndexingEnabledAction {
        action: "changeProductSearchIndexingEnabled";
        enabled: boolean;
        mode?: ProductSearchIndexingMode;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "changeProductSearchIndexingEnabled"
    enabled: boolean

    Controls whether the action should apply to Product Projection Search or to Product Search.