Skip to content

The type signature of getAll() does not permit more than 4 document keys. #126

@vxern

Description

@vxern

Describe the bug
The method is typed as accepting only 1-4 document keys, which is incorrect, given that it is generated from this specification:

[TermType.GET_ALL, 'getAll', 0, -1, 'optional']

Where I understand that -1 represents the fact that the method can take an indefinite number of arguments, which means it should support an indefinite number of document keys.

Expected behavior
It should be possible to get any arbitrary number of keys using the method, not only four at max.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions