When I use this filter
filter := bson.D{{scheduleOrderGUID, scheduleOrderGUID}}
I am NOT able to get the document;
however if I use
filter := bson.M{“scheduleOrderGUID”: scheduleOrderGUID}
Then it is able to find this document.
Interestingly the query with ‘D’ was working successfully for over a month. Suddenly today it does not work.
Can you please help me in finding / fixing the issue?
Please let me know if I need to provide more details.
Thanks