To find a document using something other than _id, you need to create a view and then query it. In the view’s map function, emit that property’s value as the key. Then query the view, setting the Query object’s key property to the value you’re looking for.