The type signature of getAll()
does not permit more than 4 document keys.
#126
Labels
bug
Something isn't working
getAll()
does not permit more than 4 document keys.
#126
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:
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.
The text was updated successfully, but these errors were encountered: