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

    Interface SearchSpeechesParams

    Parameters for parliamentary speech search

    interface SearchSpeechesParams {
        talare?: string;
        parti?: string;
        rm?: string;
        text?: string;
        limit?: number;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    talare?: string
    parti?: string
    rm?: string
    text?: string
    limit?: number