问题 similar to -Aggregation: add option to $unwind to emit array index -Get index of an item within mongodb query I have this use case. Tastiest Fruit Rankings: {"date": "Jan 1st", "fruit_ranking": ["Apple", "Orange", "Grape", "Kiwi", "Mango", "Pear"]}, {"date": "Jan 2nd", "fruit_ranking": ["Orange", "Grape", "Kiwi", "Pear", "Apple"]} ..... {"date": "Dec 31st", "fruit_ranking": ["Kiwi", "Apple", "Grape", "Mango", "Pear"]} I'm trying to grab the ranking of "Pear" for each day Jan 1st - Dec 31st