@maschinenlesbar.org/fim-portal-cli
    Preparing search index...

    Interface FieldSearchParams

    interface FieldSearchParams {
        bezug?: string;
        datentyp?:
            | "text"
            | "text_latin"
            | "date"
            | "time"
            | "datetime"
            | "bool"
            | "num"
            | "num_int"
            | "num_currency"
            | "file"
            | "obj";
        feldart?: "input"
        | "select"
        | "label"
        | "hidden"
        | "locked";
        freigabe_status?: (1 | 2 | 3 | 4 | 5 | 6 | 7 | 8)[];
        fts_query?: string;
        gueltig_am?: string;
        is_latest?: boolean;
        limit?: number;
        name?: string;
        nummernkreis?: string[];
        offset?: number;
        order_by?:
            | "geaendert_datum_zeit_desc"
            | "geaendert_datum_zeit_asc"
            | "name_asc"
            | "name_desc"
            | "id_asc"
            | "id_desc";
        status_gesetzt_bis?: string;
        status_gesetzt_durch?: string;
        status_gesetzt_seit?: string;
        suche_nur_in?: | "Rechtsgrundlagen"
        | "Status_gesetzt_durch"
        | "Versionshinweis";
        updated_since?: string;
        versionshinweis?: string;
        xdf_version?: "2.0"
        | "2.0.0"
        | "3.0.0";
    }

    Hierarchy

    • DatenfelderCommonSearch
      • FieldSearchParams
    Index
    bezug?: string
    datentyp?:
        | "text"
        | "text_latin"
        | "date"
        | "time"
        | "datetime"
        | "bool"
        | "num"
        | "num_int"
        | "num_currency"
        | "file"
        | "obj"
    feldart?: "input" | "select" | "label" | "hidden" | "locked"
    freigabe_status?: (1 | 2 | 3 | 4 | 5 | 6 | 7 | 8)[]
    fts_query?: string
    gueltig_am?: string
    is_latest?: boolean
    limit?: number

    1..200, defaults to 200 server-side.

    name?: string
    nummernkreis?: string[]
    offset?: number
    order_by?:
        | "geaendert_datum_zeit_desc"
        | "geaendert_datum_zeit_asc"
        | "name_asc"
        | "name_desc"
        | "id_asc"
        | "id_desc"
    status_gesetzt_bis?: string
    status_gesetzt_durch?: string
    status_gesetzt_seit?: string
    suche_nur_in?: "Rechtsgrundlagen" | "Status_gesetzt_durch" | "Versionshinweis"
    updated_since?: string
    versionshinweis?: string
    xdf_version?: "2.0" | "2.0.0" | "3.0.0"