dc-management-sdk-js
    Preparing search index...

    Interface DateFacet

    Date facet

    interface DateFacet {
        facetAs: "DATE";
        field: string;
        filter?: {
            includeWithMissingField?: boolean;
            type: "DATE";
            values: string[];
        };
        name?: string;
        range?: { end?: string; start?: string };
    }
    Index

    Properties

    facetAs: "DATE"
    field: string
    filter?: { includeWithMissingField?: boolean; type: "DATE"; values: string[] }
    name?: string
    range?: { end?: string; start?: string }