globalsign / mgo

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

Aggregation / Pipe not returning any results. #219

Closed dwrz closed 6 years ago

dwrz commented 6 years ago

Please disregard. The issue was that I was attempting to match to an integer, but I was passing in a string variable. Converting the string to an integer fixed this issue for me.