@halix/action-sdk
    Preparing search index...

    Interface SortField

    SortField is an interface for specifying sort fields.

    interface SortField {
        attributeId: string;
        autoSequence?: boolean;
        caseInsensitive?: boolean;
        descending?: boolean;
    }
    Index

    Properties

    attributeId: string

    The attribute ID to sort by

    autoSequence?: boolean

    Whether to use auto-sequencing

    caseInsensitive?: boolean

    Whether to perform case-insensitive comparison

    descending?: boolean

    Whether to sort in descending order