Skip to content

Add support for chunking in get and set_fields #32

@boba-and-beer

Description

@boba-and-beer

When chunking, we need to add support for get_field and set_field using the following schema:
get_field('doc.0.product_id') -> should return the first chunk whereas get_field('doc.1.product_id') should return the second chunk.
('doc.product_id') if exists within a chunk should return a list of values from the chunks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions