Skip to content

Commit

Permalink
add excluded tags parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristian Goina committed Apr 29, 2024
1 parent 4a64901 commit f4d55e7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ public List<String> listMatchesLocations(Collection<DataSourceParam> matchesSour
.addMipIDs(cdMatchInput.getMipIDs())
.addNames(cdMatchInput.getNames())
.addTags(cdMatchInput.getTags())
.addExcludedTags(cdMatchInput.getExcludedTags())
.addDatasetLabels(cdMatchInput.getDatasets()),
new PagedRequest()
.setFirstPageOffset(cdMatchInput.getOffset())
Expand Down

0 comments on commit f4d55e7

Please sign in to comment.