XYO Platform SDK - v3.10.6
    Preparing search index...

    Type Alias IndexDescription

    Description of index(es) to be created on a store

    type IndexDescription = {
        key: Record<string, IndexDirection>;
        multiEntry?: boolean;
        name?: string;
        unique?: boolean;
    }
    Index

    Properties

    key: Record<string, IndexDirection>

    The key(s) to index

    multiEntry?: boolean

    Is the indexed value an array

    name?: string

    The name of the index

    unique?: boolean

    If true, the index must enforce uniqueness on the key