Exercise: Search Genre by Name
Practice searching a document in MongoDB using Go API.
We'll cover the following...
Problem statement
Searching a document is a critical operation in a MongoDB project. This exercise tests your knowledge of searching a ...