Closed
Description
Bug Description
When filtering for contributors with additional other filters does not work correctly.
var filter = "contributor:1822133 "
+ "and type:node"; // with this additional filter
var result = OSMContributionView.on(oshdb).keytables(keytables)
.areaOfInterest(bboxWgs84Coordinates(-180, -90, 180, 90))
.filter(filter)
.aggregateBy(OSMContribution::getContributorUserId)
.count();
assertEquals(1, result.size());
reported by @SlowMo24
Activity