Add option to search for granules by revision_date. The revision_date parameter allows a search to be performed on the granule or collection level for any granules or collections that have been updated.
Overview of work done
Add revision_date function to GranuleCollectionBaseQuery.
Overview of verification done
Created two new unit tests
1) Test query of CMR by revision date for collections
2) Test query of CMR by revision date for granules
Github Issue: #67
Description
Add option to search for granules by
revision_date
. Therevision_date
parameter allows a search to be performed on the granule or collection level for any granules or collections that have been updated.Overview of work done
revision_date
function toGranuleCollectionBaseQuery
.Overview of verification done
Created two new unit tests
1) Test query of CMR by revision date for collections 2) Test query of CMR by revision date for granules
New and existing unit tests pass.