Hi all.
I have a simple query
let result = collection.findOne({myParam: myQueryParam}
Now, when ‘myQueryParam’ is undefined, the query returns the first row in that collection! That cannot be right? It basically behaves like collection.findOne()
Is this a known problem with certain versions (I run 2.14) or is it… something else?