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

    Interface SearchQueryExpressionValue

    interface SearchQueryExpressionValue {
        boost?: number;
        field: string;
        fieldType?: SearchFieldType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    boost?: number
    field: string
    fieldType?: SearchFieldType

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