Call of getDocuments()
with empty document ID list returns all documents
#219
Labels
getDocuments()
with empty document ID list returns all documents
#219
For queries with an empty result set,
getDocuments(...)
is called with an empty array asdocumentIds
parameter and returns all documents. The expected behaviour is to return an empty list of documents.The text was updated successfully, but these errors were encountered: