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

    Interface OrderSearchFullTextValue

    interface OrderSearchFullTextValue {
        boost?: number;
        customType?: OrderSearchCustomType;
        field: string;
        language?: string;
        mustMatch?: OrderSearchMatchType;
        value: 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
    language?: string
    value: string