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

    Interface SearchFullTextValue

    interface SearchFullTextValue {
        boost?: number;
        field: string;
        fieldType?: SearchFieldType;
        language?: string;
        mustMatch?: SearchMatchType;
        value: any;
    }

    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.

    language?: string

    String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.

    mustMatch?: SearchMatchType
    value: any