BeanieODM / beanie

Asynchronous Python ODM for MongoDB
http://beanie-odm.dev/
Apache License 2.0
1.91k stars 201 forks source link

distiinct() missing in every find query #855

Open gaurav25122000 opened 5 months ago

gaurav25122000 commented 5 months ago

Discussed in https://github.com/roman-right/beanie/discussions/854

Originally posted by **gaurav25122000** February 6, 2024 Find queries should either support chaining of distinct or have a param that returns the distinct value which can be chained further into count() etc functions if needed.
roman-right commented 5 months ago

Do agree. Thank you