Closed JoshFerge closed 1 year ago
In Vegas, the Grand Lux Cafe has the highest rated food at 4 stars.
db.business.find({"city": "Las Vegas","categories": "Food", "attributes.Good For.latenight": true, $or:[{"hours.Friday.close":"01:00"},{"hours.Friday.close":"02:00"},{"hours.Friday.close":"03:00"},{"hours.Friday.close":"04:00"}]},{"stars":-1 , "name":1}).pretty()
In Vegas, the Grand Lux Cafe has the highest rated food at 4 stars.
db.business.find({"city": "Las Vegas","categories": "Food", "attributes.Good For.latenight": true, $or:[{"hours.Friday.close":"01:00"},{"hours.Friday.close":"02:00"},{"hours.Friday.close":"03:00"},{"hours.Friday.close":"04:00"}]},{"stars":-1 , "name":1}).pretty()