ioos / service-monitor

A web based catalog of IOOS services and datasets
http://catalog.ioos.us
6 stars 13 forks source link

Fixes queue_harvests #461

Closed lukecampbell closed 7 years ago

lukecampbell commented 7 years ago

The mongo query filtered out all fields except id which is not desired since we need access to the fields to correctly find records with distinct urls.

This patch removes the mongo filtering and returns the entire service record.