How can I reference a field in MongoDB without knowing its name?
I'm trying to find all unique strings of some subdocument in MongoDB, as long as at least one of them contains a certain substring. These strings are localized though. I want to have the results for all possible languages. So,…