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
Although they are removing dot-notation support from the Filter, they are also creating a new experimental type StrictFilter that keep the dot-notation.
What do you think if we try to convince them to implement a StrictRootFilterOperators too and encourage them to use it in the StrictFilter?
I would rather not use their StrictFilter types, since they still mix in Document in there. So we'd like to bring those types into Papr and own them. We can definitely follow the upstream changes and bring in improvements as they come in there.
The MongoDB team is planning to remove the default dot-notation support from the
Filter
type in the upcoming v5 of the driver.See: mongodb/node-mongodb-native#3520
We want to adopt those types inside
Papr
, in order to keep Papr filters type safe.The text was updated successfully, but these errors were encountered: