interface DocumentFilterExists {
    exists: {
        property: DocumentFilterProperty;
    };
}

Properties

Properties

exists: {
    property: DocumentFilterProperty;
}

Matches items that contain a value for the provided property.

{"property":["language"]}