Skip to content

Commit

Permalink
MET-6079 Fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
JoanaCMS committed Aug 12, 2024
1 parent c676744 commit 0934bb1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ private static void writeHistoricalData(String country, MongoSDDao mongoSDDao){
StatisticsQuery queryHighQuality = mongoSDDao.createStatisticsQuery();
queryHighQuality.withValueFilter(MongoStatisticsField.COUNTRY, List.of(country));
queryHighQuality.withValueFilter(MongoStatisticsField.CONTENT_TIER, List.of("2", "3", "4"));
queryHighQuality.withValueFilter(MongoStatisticsField.METADATA_TIER, List.of("A", "B", "C"));
StatisticsData resultHighQualityQuery = queryHighQuality.queryForStatistics();

StatisticsQuery queryTotalRecords = mongoSDDao.createStatisticsQuery();
Expand Down

0 comments on commit 0934bb1

Please sign in to comment.