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
@nolochemical Both queries above behave in the exact same way. The second is slightly more performant because it doesn't require another recursion to scan the query object.
Was wondering if someone could elaborate on find() regarding the example below. Read #43; yet wanted to have definitive clarity.
Coll.find({ email: { $eq: "a@b.com" } })
vs
Coll.find({ email: "a@b.com" })
The text was updated successfully, but these errors were encountered: