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

    Interface OrderSearchQueryExpressionValue

    interface OrderSearchQueryExpressionValue {
        boost?: number;
        customType?: OrderSearchCustomType;
        field: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    boost?: number

    Possible values for the customType property on simple expressions indicating the data type of the field.

    field: string