I am using MongoDb compass, and I have documents with a lot of keys, and I want to find the key of the document by the value. For example something like where value = "123" and it will return the Key1, is there a way to do it?
{
"_id": "57a443c74d854d192afcc451",
"Key1": "123",
"Key2": "aaa"
}