You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -244,7 +244,7 @@ Calls [`findOneById()`](#findonebyid) for each id. Resolves to an array of docum
244
244
245
245
`this.findByFields(fields, { ttl })`
246
246
247
-
Resolves to an array of documents matching the passed fields.
247
+
Resolves to an array of documents matching the passed fields. If an empty object is passed as the `fields` parameter, resolves to an array containing all documents in the given collection.
0 commit comments