Skip to main content

Current Limitations

  • Auto-discovery extract (no schema) currently returns 500 on production. Always provide a schema or schema_id in v0.1.
  • Schema definitions: prefer full JSON Schema for now. The flat key-type map ({ vendor_name: "string" }) is documented as supported but the server-side normaliser does not translate it yet. Send full JSON Schema with type: "object" and properties.
  • `is_not_empty` filter currently underreports. A filter condition with operator: "is_not_empty" may return zero documents even when the field has populated values. Use specific operators (eq, gt, contains, etc.) instead.
These limitations are tracked and will be resolved in upcoming releases. Always pass a schema or schema_id to extract() for reliable results.