VianneyMI / monggregate

Library to make MongoDB aggregation framework and pipelines easy to use in python.
https://vianneymi.github.io/monggregate/
MIT License
22 stars 3 forks source link

Kwargs argument are passed without parsing to all operators #100

Closed VianneyMI closed 8 months ago

VianneyMI commented 9 months ago

Therefore, the query parameter is for example passed to the Equals operator while it does not accept it.

image

VianneyMI commented 9 months ago

image