Plumile JS API
    Preparing search index...

    Interface UnknownFieldDiagnostic

    Raised when the query references a field that is not present in the schema definition.

    interface UnknownFieldDiagnostic {
        detail?: string;
        field: string;
        kind: "UnknownField";
        operator?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    detail?: string
    field: string
    kind: "UnknownField"
    operator?: string