@coveo/headless
    Preparing search index...

    Type Alias SortByDate

    Uses the date field to sort the query results. This field typically contains the last modification date of each item. May be in ascending or descending order.

    type SortByDate = {
        by: Date;
        order: SortOrder;
    }
    Index

    Properties

    Properties

    by: Date
    order: SortOrder