resolve icon indicating copy to clipboard operation
resolve copied to clipboard

The 'fieldList' argument of the read model store's 'find' function should be called 'projection'

Open EugeniyBurmistrov opened this issue 3 years ago • 0 comments

The name 'fieldList' is missleading because it implies an array of field names. However, the expected format is an object structured similarly to a projection in MongoDB's db.collection.find().

The documentation should be updated accordingly.

EugeniyBurmistrov avatar Jul 27 '21 09:07 EugeniyBurmistrov