globalsign / mgo

The MongoDB driver for Go
Other
1.97k stars 231 forks source link

add arrayFilters support #347

Closed fanchenggang closed 5 years ago

fanchenggang commented 5 years ago

add arrayFilters support https://docs.mongodb.com/manual/reference/operator/update/positional-filtered/

eminano commented 5 years ago

Hi @fanchenggang,

Thanks for your contribution! Could you please point to development branch instead of master (as per guidelines)?

Also, the build is failing for versions < 3.6, could you please adapt your changes so they are compatible with older versions?

Thanks! Esther

fanchenggang commented 5 years ago

I find this feature already in development.