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

    Interface SearchExactValue

    interface SearchExactValue {
        boost?: number;
        caseInsensitive?: boolean;
        field: string;
        fieldType?: SearchFieldType;
        language?: string;
        value?: any;
        values?: 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
    values?: any[]