I'm currently trying to get a query that I can find by zip code (very easy)
e.g. db.col.find({zip: 60010})
but then sort based on how many fields on the Mongo document are filled out (or not null; not so easy)
How can I do this in a fast an efficient way?
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…