Skip to content

Collection.get_many returns errors if it finds missing documents, not in line with the documentation of the function #81

@magnudae

Description

@magnudae

In the get_many function in the collection class, the top comment claims this

Return multiple documents ignoring any missing ones.

That is not currently the case calling get_many with keys that are missing.
It returns error objects on format {'error': True, 'errorMessage': 'document not found', 'errorNum': 1202}

Question is, is that the wanted behaviour out of Collection.get_many?
Or should it ignore the missing docs?

Metadata

Metadata

Assignees

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