@maschinenlesbar.org/regionalstatistik-cli
    Preparing search index...

    Interface FindParams

    Parameters for find/find.

    interface FindParams {
        category?: FindCategory;
        language?: string;
        pagelength?: number;
        term: string;
    }
    Index
    category?: FindCategory
    language?: string
    pagelength?: number

    Max results (default 100, server max 25000).

    term: string