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

    Interface IndicatorFilter

    Filters for listing indicators.

    interface IndicatorFilter {
        search?: string;
        theme?: string;
        year?: string | number;
    }
    Index
    search?: string

    Case-insensitive substring over code + short + long titles.

    theme?: string

    Case-insensitive substring on the theme title.

    year?: string | number

    Membership: the indicator must offer this year.