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
yeah, I think this is a good change. perhaps the first positional argument could be String|Object, if its an object it takes { condition, filter, projection } otherwise its just the condition
Currently you can do
First of all the method is
properties
but the documentation isprojection expression
; Can we change the method to.projection()
?To apply filters and properties we chain onto the iterator. This mutates the
query()
To me its confusing what the behavior of the following code is
Instead of using mutating method & chaining would it be simpler to just pass an
options
object toquery()
The text was updated successfully, but these errors were encountered: