Open dawsbot opened 10 years ago
Query: db.business.find( { $and: [ { 'hours.Monday.open': '00:00'}, { 'hours.Monday.close': '24:00'}, { 'hours.Tuesday.open': '00:00'}, { 'hours.Tuesday.close': '24:00'}, { 'hours.Wednesday.open': '00:00'}, { 'hours.Wednesday.close': '24:00'}, { 'hours.Thursday.open': '00:00'}, { 'hours.Thursday.close': '24:00'}, { 'hours.Friday.open': '00:00'}, { 'hours.Friday.close': '24:00'}, { 'hours.Saturday.open': '00:00'}, { 'hours.Saturday.close': '24:00'}, { 'hours.Sunday.open': '00:00'}, { 'hours.Sunday.close': '24:00'} ] } )
There are no 24/7 business's in the data set :(
After looking at it further a lot of the data points don't have information on the business hours for all the days.
Collection business has a JSON field "hours"