Riksdagsmonitor Intelligence Platform - v0.7.19
    Preparing search index...

    Interface SearchDocumentsParams

    Parameters for riksdag document search

    interface SearchDocumentsParams {
        titel?: string;
        doktyp?: string;
        subtyp?: string;
        rm?: string;
        organ?: string;
        from_date?: string;
        to_date?: string;
        limit?: number;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    titel?: string
    doktyp?: string
    subtyp?: string
    rm?: string
    organ?: string
    from_date?: string
    to_date?: string
    limit?: number