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
Hi, this isn't an issue - more of a desire for a new keyword please.
We'd like to be able to submit queries in the form db.myCollection.distinct("nestedDoc.Type", returning a list of distinct values for the supplied field.
I see that pymongo supports the use of "distinct" so I think it's possible to extend the library if someone has the skills and time? or is it technically not possible to do this?
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi, this isn't an issue - more of a desire for a new keyword please.
We'd like to be able to submit queries in the form db.myCollection.distinct("nestedDoc.Type", returning a list of distinct values for the supplied field.
I see that pymongo supports the use of "distinct" so I think it's possible to extend the library if someone has the skills and time? or is it technically not possible to do this?
Thanks in advance
The text was updated successfully, but these errors were encountered: