@webitel/api-services
    Preparing search index...

    Interface DataIndex

    INDEX [struct.fields].

    interface DataIndex {
        fields?: string[];
        include?: string[];
        unique?: boolean;
    }
    Index

    Properties

    fields?: string[]

    A set of [struct.fields.id] to INDEX within [type] dataset.

    include?: string[]

    A set of [struct.fields.id] to INCLUDE beside the [fields] index.

    unique?: boolean

    Indicates whether set of [fields] MUST be UNIQUE within [type].