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

    Interface SearchAnyValue

    interface SearchAnyValue {
        boost?: number;
        caseInsensitive?: boolean;
        field: string;
        fieldType?: SearchFieldType;
        language?: string;
        value: any;
    }

    Hierarchy (View Summary)

    Index

    Properties

    boost?: number
    caseInsensitive?: boolean
    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.

    value: any