Closed ds-filipknefel closed 1 week ago
Precheck succeeds despite collection passed in parameters not existing
Just getting collection with get_collection() doesn't validate existance
an AsyncCollection instance, representing the desired collection (but without any form of validation).
so we run options() after getting a Collection which will fails if collection doesn't exist.
Collection
Bug description
Precheck succeeds despite collection passed in parameters not existing
Solution
Just getting collection with get_collection() doesn't validate existance
so we run options() after getting a
Collection
which will fails if collection doesn't exist.