BeanieODM / beanie

Asynchronous Python ODM for MongoDB

Home Page:http://beanie-odm.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

distiinct() missing in every find query

gaurav25122000 opened this issue · comments

Discussed in #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.

Do agree. Thank you